From: Koen Kooi Date: Wed, 19 Sep 2007 12:01:58 +0000 (+0000) Subject: gcc 4.1.2: disable fortran as it doesn't build for everybody (it works fine on the... X-Git-Tag: Release-2010-05/1~8625^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b38215b677e37bc93757f1841ae0b390dc46033;p=openembedded.git gcc 4.1.2: disable fortran as it doesn't build for everybody (it works fine on the autobuilder and my home machine) --- diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb index 1d76a48d3b..5d01163d94 100644 --- a/packages/gcc/gcc_4.1.2.bb +++ b/packages/gcc/gcc_4.1.2.bb @@ -38,7 +38,6 @@ SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " #Set the fortran bits # ',fortran' or '', not 'f77' like gcc3 had FORTRAN = "" -FORTRAN_linux-gnueabi = ",fortran" #Set the java bits JAVA = ""