X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d16223ed9e5b0373ee24792e0d7f58073117f69f..14ca52f672f6b8d7d2731360789cdf447922c831:/toolchain/gcc/Config.in?ds=sidebyside diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 204219e7e..6b45da55b 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -19,7 +19,7 @@ choice bool "gcc 4.5.2" config GCC_VERSION_LINARO - bool "gcc 4.5.2 with Linaro enhancements" + bool "gcc 4.5.x with Linaro enhancements" config GCC_VERSION_LLVM bool "llvm-gcc 4.2" @@ -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 ?