diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-24 13:05:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-24 13:05:10 +0000 |
commit | 7734b310f83461e4ea7f53a5d38c32c606195d59 (patch) | |
tree | ac08483ad33d934425aeecbb0cfe4b1fec0a404a /include | |
parent | a91e0d20c2ced1223b1435d33233a64776d324ee (diff) | |
download | upstream-7734b310f83461e4ea7f53a5d38c32c606195d59.tar.gz upstream-7734b310f83461e4ea7f53a5d38c32c606195d59.tar.bz2 upstream-7734b310f83461e4ea7f53a5d38c32c606195d59.zip |
[buildroot] make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33908 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/uclibc++.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uclibc++.mk b/include/uclibc++.mk index a1a61f26d4..89298e3f30 100644 --- 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),) |