gcc 4.1.1: fix build troubles
authorKoen Kooi <koen@openembedded.org>
Sun, 23 Jul 2006 13:40:38 +0000 (13:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 23 Jul 2006 13:40:38 +0000 (13:40 +0000)
packages/gcc/gcc_4.1.1.bb

index e29f5e5..3512482 100644 (file)
@@ -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 "