gcc 4.3.3: fix regression from 4.3.1 that caused fortran to get disabled for linux...
authorKoen Kooi <koen@openembedded.org>
Wed, 13 May 2009 20:49:19 +0000 (22:49 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 13 May 2009 20:49:19 +0000 (22:49 +0200)
* powerpc people are welcome to enable fortran as well :)

recipes/gcc/gcc-4.3.3.inc
recipes/gcc/gcc-cross_4.3.3.bb
recipes/gcc/gcc_4.3.3.bb

index 45cf3a2..a3da990 100644 (file)
@@ -65,6 +65,7 @@ SRC_URI_append_sh4  = " file://sh_unwind.patch;patch=1 \
                      "
 # Language Overrides
 FORTRAN = ""
+FORTRAN_linux-gnueabi = ",fortran"
 JAVA = ""
 
 EXTRA_OECONF_BASE = "  --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
index 87b3ba5..d6abff2 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 require gcc-${PV}.inc
 require gcc-cross4.inc
 require gcc-configure-cross.inc
index 83ebff7..472afa9 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc