1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Add gfortran compiler support to the toolchain

This commit is contained in:
David Kühling
2011-01-02 16:23:55 +01:00
committed by Xiangfu Liu
parent e49a27e42e
commit 5e9ee077e2
3 changed files with 49 additions and 2 deletions

View File

@@ -102,3 +102,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 ?