add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware)
[openwrt/staging/chunkeey.git] / toolchain / gcc / Config.in
index e6434d0f7df70d3e604b7e9e1fc28f91671eeab0..6b45da55bd20cb26de1e92c3e0badc6633ca81f2 100644 (file)
@@ -89,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 ?