From: Koen Kooi Date: Thu, 16 Mar 2006 19:42:50 +0000 (+0000) Subject: gcc 4.1.0: disable fortran since it is breaking the build X-Git-Tag: Release-2010-05/1~9453^2~2232^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e157a49f0d3401cfa720e805956288874f0ce925;p=openembedded.git gcc 4.1.0: disable fortran since it is breaking the build --- diff --git a/packages/gcc/gcc_4.1.0.bb b/packages/gcc/gcc_4.1.0.bb index 0a0406c7e6..27f6870d23 100644 --- a/packages/gcc/gcc_4.1.0.bb +++ b/packages/gcc/gcc_4.1.0.bb @@ -15,4 +15,10 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.0/gcc-4.1.0.tar.bz2 \ file://ldflags.patch;patch=1" include gcc4-build.inc -EXTRA_OECONF += "--disable-libssp" +EXTRA_OECONF += "--disable-libssp" + +FORTRAN = "" +HAS_GFORTRAN = "" +HAS_G2C = "no" + +