X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/31816e3ec38d91cb695dadff52989c1166ffa5ee..8138343d8794c75538262269c85d97c458db103f:/toolchain/gcc/Config.in diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index c2d17cbaf..6b45da55b 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 @@ -80,3 +89,11 @@ config INSTALL_LIBGCJ default n help Build/install java compiler and GNU classpath ? + + +config INSTALL_GFORTRAN + bool + prompt "Build/install fortran compiler?" if TOOLCHAINOPTS + default n + help + Build/install GNU fortran compiler ?