diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-09 20:50:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-09 20:50:49 +0000 |
commit | 2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc (patch) | |
tree | a9db7664e1d0b5d68f7cff21195352c321e940c9 /include | |
parent | dc00dbd0857a5bb5202eb8ae2dad97dd59f4bba8 (diff) | |
download | upstream-2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc.tar.gz upstream-2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc.tar.bz2 upstream-2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc.zip |
toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36594
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 89298e3f30..a1a61f26d4 100644 --- a/include/uclibc++.mk +++ b/include/uclibc++.mk @@ -5,7 +5,7 @@ ifndef DUMP endif PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX -CXX_DEPENDS = @INSTALL_LIBSTDCPP +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp ifneq ($(CONFIG_USE_UCLIBCXX),) ifneq ($(CONFIG_CCACHE),) |