diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-20 16:09:43 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-20 16:09:43 +0000 |
commit | 4e5da4289e3ecc629d1a6d91e1faa3f79ce8152b (patch) | |
tree | 754c267d3f2057cfdf579e659fefef100a55edf1 /package/Makefile.in | |
parent | 51f1d4de5dcd545c4793436735d046f83d0e0643 (diff) | |
download | buildroot-novena-4e5da4289e3ecc629d1a6d91e1faa3f79ce8152b.tar.gz buildroot-novena-4e5da4289e3ecc629d1a6d91e1faa3f79ce8152b.zip |
- add and use a HOSTCXX variable.
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 8fa677c70..b8be395ee 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -23,6 +23,7 @@ DISABLE_LARGEFILE= --disable-largefile endif TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING) HOSTCC:=gcc +HOSTCXX:=g++ BASE_DIR:=${shell pwd} |