projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba88feb
)
- nil the CXX env var if we don't have a CXX cross-compiler
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 31 Jul 2007 15:10:55 +0000
(15:10 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 31 Jul 2007 15:10:55 +0000
(15:10 -0000)
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index 8be768f8840f04c0116de1e252ca95faea291aa2..17302527da9ea4c946408cc13605a564d065f730 100644
(file)
--- a/
package/Makefile.in
+++ b/
package/Makefile.in
@@
-238,7
+238,7
@@
ifneq ($(BR2_INET_IPV6),y)
DISABLE_IPV6= --disable-ipv6
endif
-if
eq ($(BR2_INSTALL_LIBSTDCPP),
)
+if
neq ($(BR2_GCC_CROSS_CXX),y
)
TARGET_CONFIGURE_OPTS+=CXX=""
endif