[oe-commits] Koen Kooi : gcc 4.3.3: fix regression from 4.3. 1 that caused fortran to get disabled for linux-gnueabi

GIT User account git at amethyst.openembedded.net
Wed May 13 20:56:03 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5391c3d2f4172925afa8096a64f92f02556636e2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5391c3d2f4172925afa8096a64f92f02556636e2

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed May 13 22:49:19 2009 +0200

gcc 4.3.3: fix regression from 4.3.1 that caused fortran to get disabled for linux-gnueabi
* powerpc people are welcome to enable fortran as well :)

---

 recipes/gcc/gcc-4.3.3.inc      |    1 +
 recipes/gcc/gcc-cross_4.3.3.bb |    2 +-
 recipes/gcc/gcc_4.3.3.bb       |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index 45cf3a2..a3da990 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -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"
diff --git a/recipes/gcc/gcc-cross_4.3.3.bb b/recipes/gcc/gcc-cross_4.3.3.bb
index 87b3ba5..d6abff2 100644
--- a/recipes/gcc/gcc-cross_4.3.3.bb
+++ b/recipes/gcc/gcc-cross_4.3.3.bb
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 require gcc-${PV}.inc
 require gcc-cross4.inc
 require gcc-configure-cross.inc
diff --git a/recipes/gcc/gcc_4.3.3.bb b/recipes/gcc/gcc_4.3.3.bb
index 83ebff7..472afa9 100644
--- a/recipes/gcc/gcc_4.3.3.bb
+++ b/recipes/gcc/gcc_4.3.3.bb
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc





More information about the Openembedded-commits mailing list