mirror of https://github.com/hak5/openwrt.git
enable c++ support in toolchain by default (without sjlj exceptions)
SVN-Revision: 716lede-17.01
parent
e964c7072c
commit
202a23b7ac
|
@ -48,7 +48,8 @@ config BR2_GCC_VERSION
|
||||||
|
|
||||||
config BR2_GCC_USE_SJLJ_EXCEPTIONS
|
config BR2_GCC_USE_SJLJ_EXCEPTIONS
|
||||||
string
|
string
|
||||||
default "--enable-sjlj-exceptions"
|
# default "--enable-sjlj-exceptions"
|
||||||
|
default ""
|
||||||
help
|
help
|
||||||
Currently the unwind stuff seems to work for staticly linked apps
|
Currently the unwind stuff seems to work for staticly linked apps
|
||||||
but not dynamic. So use setjmp/longjmp exceptions by default.
|
but not dynamic. So use setjmp/longjmp exceptions by default.
|
||||||
|
@ -63,7 +64,7 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS
|
||||||
config BR2_INSTALL_LIBSTDCPP
|
config BR2_INSTALL_LIBSTDCPP
|
||||||
bool
|
bool
|
||||||
prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
|
prompt "Build/install c++ compiler and libstdc++?" if CONFIG_DEVEL
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Build/install c++ compiler and libstdc++?
|
Build/install c++ compiler and libstdc++?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue