X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.in;h=e6434d0f7df70d3e604b7e9e1fc28f91671eeab0;hb=a56dab661a115e6cc9f4361d5ff831d998cb9f00;hp=c2d17cbaf83c8d171d722170c1db6fa9467f4f81;hpb=f6e4eb15bc7b5991a484370ae3765eb79becea4b;p=lede-git%2F.git diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index c2d17cbaf8..e6434d0f7d 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -66,6 +66,15 @@ config TLS_SUPPORT help Enable Thread-local storage support +config SJLJ_EXCEPTIONS + bool + prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS + default n + help + Use old setjump()/longjump() exceptions instead of the newer + frame unwinding exceptions handling routines. Warning: increases + code size and runtime memory usage. + config INSTALL_LIBSTDCPP bool prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS