add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware)

SVN-Revision: 27262
This commit is contained in:
Jo-Philipp Wich
2011-06-23 11:46:24 +00:00
parent a56dab661a
commit 28fbd7470d
3 changed files with 49 additions and 1 deletions

View 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 ?