diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-21 09:03:05 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-21 09:03:05 +0000 |
commit | 220023a1bd25f3f3e81e89e56b1e707fe1e29949 (patch) | |
tree | 1a99852dde6ec94f058783659be9c639847b49cf /packages/gcc/gcc3-build.inc | |
parent | c690d0aa1271976295342130e104f37660ee10e3 (diff) |
gcc-(cross)_4.1.2: enable gfortran and gfortran packaging
Diffstat (limited to 'packages/gcc/gcc3-build.inc')
-rw-r--r-- | packages/gcc/gcc3-build.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc3-build.inc b/packages/gcc/gcc3-build.inc index 2924f0f9dd..bb48f7b099 100644 --- a/packages/gcc/gcc3-build.inc +++ b/packages/gcc/gcc3-build.inc @@ -16,7 +16,7 @@ JAVA_arm ?= "" JAVA_armeb ?= "" JAVA_mipsel ?= "" JAVA_sh3 ?= "" -# gcc4-build sets this to f95 +# gcc4-build sets this to fortran FORTRAN ?= ",f77" LANGUAGES ?= "c,c++${FORTRAN}${JAVA}" |