gcc 4.1.0: disable fortran since it is breaking the build
authorKoen Kooi <koen@openembedded.org>
Thu, 16 Mar 2006 19:42:50 +0000 (19:42 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 16 Mar 2006 19:42:50 +0000 (19:42 +0000)
packages/gcc/gcc_4.1.0.bb

index 0a0406c..27f6870 100644 (file)
@@ -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"
+
+