diff options
Diffstat (limited to 'packages/gcc/gcc4-build.inc')
-rw-r--r-- | packages/gcc/gcc4-build.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc4-build.inc b/packages/gcc/gcc4-build.inc index 8b80f4820a..a2061194d7 100644 --- a/packages/gcc/gcc4-build.inc +++ b/packages/gcc/gcc4-build.inc @@ -1,5 +1,5 @@ FORTRAN = "f95" -HAS_GFORTRAN = "yes" +HAS_GFORTRAN ?= "yes" HAS_G2C = "no" include gcc3-build.inc |