aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.1.0.inc
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-30 09:00:42 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-30 09:16:41 -0700
commitacfd59a939bff55ad2a2e39a6823bf61eaf11654 (patch)
tree4a3861bbdf7e9e473c67c7777fdb76f801b2125e /recipes/gcc/gcc-4.1.0.inc
parent8592e94690ed21c95c2244b2873aec109350a14b (diff)
downloadopenembedded-acfd59a939bff55ad2a2e39a6823bf61eaf11654.tar.gz
gcc-4.1.0: Use patches from 4.1.1, really honor LDFLAGS, bump PR
Diffstat (limited to 'recipes/gcc/gcc-4.1.0.inc')
-rw-r--r--recipes/gcc/gcc-4.1.0.inc4
1 files changed, 3 insertions, 1 deletions
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 "