From 5a7d5ffb0a3f533469243c157cc6d5e992cd0169 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 23 Jul 2006 13:40:38 +0000 Subject: gcc 4.1.1: fix build troubles --- packages/gcc/gcc_4.1.1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/gcc') 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 " -- cgit v1.2.3