summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-12-22 12:45:20 +0100
committerBernhard Reutner-Fischer2006-12-22 12:45:20 +0100
commitdf03c0df98d227df1af94a957e52feb639c9a370 (patch)
tree0d44a287a46aaccffc9c06946ea625c339ead440 /toolchain/gcc/Config.in
parent- fix building the target-compiler by passing the correct HOSTCC in. (diff)
downloadbuildroot-df03c0df98d227df1af94a957e52feb639c9a370.tar.gz
buildroot-df03c0df98d227df1af94a957e52feb639c9a370.tar.xz
buildroot-df03c0df98d227df1af94a957e52feb639c9a370.zip
- add gfortran support
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index c644bb654..4e89487fb 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -127,8 +127,16 @@ config BR2_INSTALL_OBJC
help
Build/install Objective-C compiler and runtime?
+config BR2_INSTALL_FORTRAN
+ bool "Build/install Fortran compiler and runtime?"
+ default n
+ select BR2_PACKAGE_LIBMPFR
+ help
+ Build/install Fortran compiler and runtime?
+
config BR2_GCC_SHARED_LIBGCC
bool "Build/install a shared libgcc?"
default y
help
Build/install a shared libgcc library
+