[oe-commits] Tom Rini : gcc-4.1.0: Use patches from 4.1.1, really honor LDFLAGS, bump PR

GIT User account git at amethyst.openembedded.net
Thu Apr 30 17:42:18 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: acfd59a939bff55ad2a2e39a6823bf61eaf11654
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=acfd59a939bff55ad2a2e39a6823bf61eaf11654

Author: Tom Rini <trini at embeddedalley.com>
Date:   Thu Apr 30 09:00:42 2009 -0700

gcc-4.1.0: Use patches from 4.1.1, really honor LDFLAGS, bump PR

---

 recipes/gcc/gcc-4.1.0.inc      |    4 +++-
 recipes/gcc/gcc-cross_4.1.0.bb |    2 +-
 recipes/gcc/gcc_4.1.0.bb       |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/gcc/gcc-4.1.0.inc b/recipes/gcc/gcc-4.1.0.inc
index 5cf2687..d6f6198 100644
--- a/recipes/gcc/gcc-4.1.0.inc
+++ b/recipes/gcc/gcc-4.1.0.inc
@@ -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 "
diff --git a/recipes/gcc/gcc-cross_4.1.0.bb b/recipes/gcc/gcc-cross_4.1.0.bb
index 71aeac3..7675e47 100644
--- a/recipes/gcc/gcc-cross_4.1.0.bb
+++ b/recipes/gcc/gcc-cross_4.1.0.bb
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "r9"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
diff --git a/recipes/gcc/gcc_4.1.0.bb b/recipes/gcc/gcc_4.1.0.bb
index 1bbab50..5e25980 100644
--- a/recipes/gcc/gcc_4.1.0.bb
+++ b/recipes/gcc/gcc_4.1.0.bb
@@ -1,4 +1,4 @@
-PR = "r6"
+PR = "r7"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc





More information about the Openembedded-commits mailing list