projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0678ef7
)
make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP
author
Florian Fainelli
<florian@openwrt.org>
Wed, 24 Oct 2012 13:05:10 +0000
(13:05 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 24 Oct 2012 13:05:10 +0000
(13:05 +0000)
SVN-Revision: 33908
include/uclibc++.mk
patch
|
blob
|
history
diff --git
a/include/uclibc++.mk
b/include/uclibc++.mk
index a1a61f26d419fdbebb0f9f94a60010a398a17f31..89298e3f30bc645f6a8fb6e7903ed0620185f1a9 100644
(file)
--- a/
include/uclibc++.mk
+++ b/
include/uclibc++.mk
@@
-5,7
+5,7
@@
ifndef DUMP
endif
PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX
-CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
+CXX_DEPENDS =
@INSTALL_LIBSTDCPP
+USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
ifneq ($(CONFIG_USE_UCLIBCXX),)
ifneq ($(CONFIG_CCACHE),)