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:
committed by
Xiangfu Liu
parent
e49a27e42e
commit
5e9ee077e2
@@ -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 ?
|
||||
|
||||
@@ -76,7 +76,7 @@ HOST_BUILD_DIR1:=$(HOST_BUILD_DIR)-initial
|
||||
HOST_BUILD_DIR2:=$(HOST_BUILD_DIR)-final
|
||||
|
||||
SEP:=,
|
||||
TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)"
|
||||
TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)$(if $(CONFIG_INSTALL_GFORTRAN),$(SEP)fortran)"
|
||||
|
||||
export libgcc_cv_fixed_point=no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user