From: Michael Lauer Date: Sun, 21 May 2006 14:35:58 +0000 (+0000) Subject: gcc 4.0.2 disable fortran here as well X-Git-Tag: Release-2010-05/1~9453^2~1661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c35191af98492f5aad3f217622f3705ea2acb6b;p=openembedded.git gcc 4.0.2 disable fortran here as well --- diff --git a/packages/gcc/gcc_4.0.2.bb b/packages/gcc/gcc_4.0.2.bb index 7a8eba47ee..5a9d00e73b 100644 --- a/packages/gcc/gcc_4.0.2.bb +++ b/packages/gcc/gcc_4.0.2.bb @@ -1,9 +1,9 @@ -PR = "r1" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" LICENSE = "GPL" MAINTAINER = "Gerald Britton " +PR = "r2" inherit autotools gettext @@ -27,3 +27,9 @@ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " include gcc4-build.inc + +EXTRA_OECONF += "--disable-libssp" + +FORTRAN = "" +HAS_GFORTRAN = "" +HAS_G2C = "no"