From 2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 May 2013 20:50:49 +0000 Subject: toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau SVN-Revision: 36594 --- include/uclibc++.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/uclibc++.mk') 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),) -- cgit v1.2.3