mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
enable c++ support in toolchain by default (without sjlj exceptions)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@716 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1d4e6ce159
commit
2aa9700aee
@ -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++?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user