From: Tom Rini Date: Thu, 30 Apr 2009 16:00:42 +0000 (-0700) Subject: gcc-4.1.0: Use patches from 4.1.1, really honor LDFLAGS, bump PR X-Git-Tag: Release-2010-05/1~3633 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acfd59a939bff55ad2a2e39a6823bf61eaf11654;p=openembedded.git gcc-4.1.0: Use patches from 4.1.1, really honor LDFLAGS, bump PR --- diff --git a/recipes/gcc/gcc-4.1.0.inc b/recipes/gcc/gcc-4.1.0.inc index 5cf2687873..d6f6198013 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 71aeac3ab8..7675e473d3 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 1bbab50930..5e2598079b 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