aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-25 22:51:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-25 22:51:50 +0000
commitb92437ced305683e72a0b13018575aef70627ed6 (patch)
treec28c7db07fa4980c6d77f1b887c17c8ab9b28ac6 /toolchain/gcc/Config.in
parent961c79b277df78db3e1fbedf00375e02b2f2ac78 (diff)
downloadmaster-187ad058-b92437ced305683e72a0b13018575aef70627ed6.tar.gz
master-187ad058-b92437ced305683e72a0b13018575aef70627ed6.tar.bz2
master-187ad058-b92437ced305683e72a0b13018575aef70627ed6.zip
enable c++ support in toolchain by default (without sjlj exceptions)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@716 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 7d70d0691c..c6ea128f31 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -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++?