[toolchain] add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware)
[openwrt.git] / toolchain / gcc / Config.in
index 204219e..6b45da5 100644 (file)
@@ -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 ?
This page took 0.040861 seconds and 4 git commands to generate.