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 | 30e9f354285d395afb0199a950b14c58a01a770a (patch) | |
tree | f3ab4a8b33fa4787cc5c23a0fbb2fad99f59e247 /package/libs/uclibc++/Makefile | |
parent | 047e4f0d6a31bf1b4790604e4c76904e1e06e344 (diff) | |
download | upstream-30e9f354285d395afb0199a950b14c58a01a770a.tar.gz upstream-30e9f354285d395afb0199a950b14c58a01a770a.tar.bz2 upstream-30e9f354285d395afb0199a950b14c58a01a770a.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36594 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/uclibc++/Makefile')
-rw-r--r-- | package/libs/uclibc++/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/uclibc++/Makefile b/package/libs/uclibc++/Makefile index 2dd8f6507e..15c2bce54b 100644 --- a/package/libs/uclibc++/Makefile +++ b/package/libs/uclibc++/Makefile @@ -26,7 +26,6 @@ define Package/uclibcxx NAME:=uclibc++ SECTION:=libs CATEGORY:=Libraries - DEPENDS:=@INSTALL_LIBSTDCPP TITLE:=C++ library for embedded systems URL:=http://cxx.uclibc.org/src/ endef |