gcc-4.1.0: Use patches from 4.1.1, really honor LDFLAGS, bump PR
authorTom Rini <trini@embeddedalley.com>
Thu, 30 Apr 2009 16:00:42 +0000 (09:00 -0700)
committerTom Rini <trini@embeddedalley.com>
Thu, 30 Apr 2009 16:16:41 +0000 (09:16 -0700)
recipes/gcc/gcc-4.1.0.inc
recipes/gcc/gcc-cross_4.1.0.bb
recipes/gcc/gcc_4.1.0.bb

index 5cf2687..d6f6198 100644 (file)
@@ -2,11 +2,13 @@ require gcc-common.inc
 
 DEFAULT_PREFERENCE = "-1"
 
+# Use the same patches as gcc-4.1.1 does
+FILESPATHPKG .= ":gcc-4.1.1"
+
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
        file://arm-nolibfloat.patch;patch=1 \
        file://arm-softfloat.patch;patch=1 \
        file://zecke-xgcc-cpp.patch;patch=1 \
-       file://ldflags.patch;patch=1 \
     file://pr34130.patch;patch=1"
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
index 71aeac3..7675e47 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "r9"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
index 1bbab50..5e25980 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r6"
+PR = "r7"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc