From: Koen Kooi Date: Sun, 23 Jul 2006 13:40:38 +0000 (+0000) Subject: gcc 4.1.1: fix build troubles X-Git-Tag: Release-2010-05/1~9453^2~1197^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7d5ffb0a3f533469243c157cc6d5e992cd0169;p=openembedded.git gcc 4.1.1: fix build troubles --- 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 "