diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-21 14:35:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-21 14:35:58 +0000 |
commit | 1c35191af98492f5aad3f217622f3705ea2acb6b (patch) | |
tree | 0f989fda11abb12871b364d7540ea28e34ea9f6d /packages/gcc | |
parent | fffeeb3ec5355e03cdfc19a237f6e2be124dd95b (diff) |
gcc 4.0.2 disable fortran here as well
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc_4.0.2.bb | 8 |
1 files changed, 7 insertions, 1 deletions
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 <gbritton@doomcom.org>" +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" |