From acfd59a939bff55ad2a2e39a6823bf61eaf11654 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 30 Apr 2009 09:00:42 -0700 Subject: 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(-) (limited to 'recipes/gcc') 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 -- cgit 1.2.3-korg