toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandato...
[openwrt/svn-archive/archive.git] / package / libs / ncurses / Makefile
index b3605265721a9dcbc482a6c38afe7c9754c34519..62ffdfb0a06342c8ad4338cb5e70fdf857db0c65 100644 (file)
@@ -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