diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-01-02 00:04:48 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-01-02 00:04:48 +0000 |
commit | 49377b6bf81825481bb3c949520b7819af605bad (patch) | |
tree | 1a343f738e97f2b9f8929b7f48c81fe567fb69d4 /packages/gcc/gcc_4.1.1.bb | |
parent | 49168b1bd065468e41c98b5c294be98dc90f533e (diff) | |
parent | 8d7a61dba67097e2b57ee4be1a531a7e3fd2153e (diff) |
merge of '132be09ee353f798eadc984f8f09e27e68180850'
and 'c0e1d74b2a331789caaf72b458b57924d21c7da3'
Diffstat (limited to 'packages/gcc/gcc_4.1.1.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb index e32353325a..ee8bfb00d9 100644 --- a/packages/gcc/gcc_4.1.1.bb +++ b/packages/gcc/gcc_4.1.1.bb @@ -36,13 +36,13 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " #Set the fortran bits -# 'fortran' or '', not 'f77' like gcc3 had -FORTRAN = "" +# 'fortran' or '', not 'f77' like gcc3 had +FORTRAN = "" HAS_GFORTRAN = "no" HAS_G2C = "no" #Set the java bits -JAVA_arm = "" +JAVA_arm = "" JAVA = "" LANGUAGES = "c,c++${FORTRAN}${JAVA}" @@ -50,4 +50,4 @@ require gcc3-build.inc EXTRA_OECONF += " --disable-libssp " - + |