diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-23 13:40:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-23 13:40:38 +0000 |
commit | 5a7d5ffb0a3f533469243c157cc6d5e992cd0169 (patch) | |
tree | 1a7d94ed770029f0eb1891c1d6b11868e04a901a /packages/gcc | |
parent | a439f81b506ae1647b162bd74594ac004a3f9099 (diff) |
gcc 4.1.1: fix build troubles
Diffstat (limited to 'packages/gcc')
-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 e29f5e5b31..35124823a0 100644 --- a/packages/gcc/gcc_4.1.1.bb +++ b/packages/gcc/gcc_4.1.1.bb @@ -30,15 +30,15 @@ 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 = "" # "f95" -HAS_GFORTRAN ?= "no" +FORTRAN = "" +HAS_GFORTRAN = "no" HAS_G2C = "no" #Set the java bits -JAVA_arm = "" # ",java" +JAVA_arm = "" include gcc3-build.inc -EXTRA_OECONF += "--disable-libssp" +EXTRA_OECONF += " --disable-libssp " |