summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 9e291f4..c3f2fc3 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -356,3 +356,7 @@ config CC_LANG_JAVA_USE_ECJ
default y
depends on CC_LANG_JAVA
depends on CC_GCC_4_3_or_later
+
+# Fortran always requires GMP+MPFR, whatever the gcc version
+config CC_LANG_FORTRAN
+ select CC_GCC_USE_GMP_MPFR