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 --- package/libs/ncurses/Makefile | 5 ----- package/libs/uclibc++/Makefile | 1 - 2 files changed, 6 deletions(-) (limited to 'package/libs') diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile index b360526..62ffdfb 100644 --- a/package/libs/ncurses/Makefile +++ b/package/libs/ncurses/Makefile @@ -67,11 +67,6 @@ CONFIGURE_ARGS += \ --with-terminfo-dirs=/usr/share/terminfo \ --with-default-terminfo-dir=/usr/share/terminfo -ifneq ($(CONFIG_INSTALL_LIBSTDCPP),y) -CONFIGURE_ARGS += \ - --without-cxx-binding -endif - ifeq ($(HOST_OS),FreeBSD) CONFIGURE_ARGS += --with-terminfo=/usr/share/terminfo.db diff --git a/package/libs/uclibc++/Makefile b/package/libs/uclibc++/Makefile index 2dd8f65..15c2bce 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 -- cgit v1.1