enable c++ support in toolchain by default (without sjlj exceptions)
authorFelix Fietkau <nbd@openwrt.org>
Mon, 25 Apr 2005 22:51:50 +0000 (22:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 25 Apr 2005 22:51:50 +0000 (22:51 +0000)
SVN-Revision: 716

openwrt/toolchain/gcc/Config.in

index 7d70d0691cb8bae8f3c1b84a05a01afab16c29e7..c6ea128f31adb391dffadb829c17a1fac811fd99 100644 (file)
@@ -48,7 +48,8 @@ config BR2_GCC_VERSION
 
 config BR2_GCC_USE_SJLJ_EXCEPTIONS
        string
-       default "--enable-sjlj-exceptions"
+#      default "--enable-sjlj-exceptions"
+       default ""
        help
            Currently the unwind stuff seems to work for staticly linked apps
            but not dynamic.  So use setjmp/longjmp exceptions by default.
@@ -63,7 +64,7 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS
 config BR2_INSTALL_LIBSTDCPP
        bool
        prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
-       default n
+       default y
        help
            Build/install c++ compiler and libstdc++?