gcc 4.0.2 disable fortran here as well
authorMichael Lauer <mickey@vanille-media.de>
Sun, 21 May 2006 14:35:58 +0000 (14:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 21 May 2006 14:35:58 +0000 (14:35 +0000)
packages/gcc/gcc_4.0.2.bb

index 7a8eba4..5a9d00e 100644 (file)
@@ -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"