summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-11-20 17:09:43 +0100
committerBernhard Reutner-Fischer2006-11-20 17:09:43 +0100
commit4e5da4289e3ecc629d1a6d91e1faa3f79ce8152b (patch)
tree754c267d3f2057cfdf579e659fefef100a55edf1 /package/Makefile.in
parent- setkeys needs libfl (diff)
downloadbuildroot-4e5da4289e3ecc629d1a6d91e1faa3f79ce8152b.tar.gz
buildroot-4e5da4289e3ecc629d1a6d91e1faa3f79ce8152b.tar.xz
buildroot-4e5da4289e3ecc629d1a6d91e1faa3f79ce8152b.zip
- add and use a HOSTCXX variable.
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in1
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}