diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-30 08:53:28 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-30 09:16:39 -0700 |
commit | 73a5d9a06fabdede79c82e315894341b415ec3b1 (patch) | |
tree | bb44cec99fcc363e966dde02d55e09cb92cdefa2 /recipes/gcc/gcc-4.2.1.inc | |
parent | 3628be8901b747558b219d55b370a1f20e1dce5f (diff) |
gcc (various): Drop incomplete LDFLAGS patch and really honor them, bump PR
Diffstat (limited to 'recipes/gcc/gcc-4.2.1.inc')
-rw-r--r-- | recipes/gcc/gcc-4.2.1.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.2.1.inc b/recipes/gcc/gcc-4.2.1.inc index 920805bedc..b48d709115 100644 --- a/recipes/gcc/gcc-4.2.1.inc +++ b/recipes/gcc/gcc-4.2.1.inc @@ -27,7 +27,6 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc41-configure.in.patch;patch=1 \ file://arm-thumb.patch;patch=1 \ file://arm-thumb-cache.patch;patch=1 \ - file://ldflags.patch;patch=1 \ file://zecke-xgcc-cpp.patch;patch=1 \ file://unbreak-armv4t.patch;patch=1 \ file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \ @@ -57,7 +56,6 @@ SRC_URI_avr32 = " http://ewi546.ewi.utwente.nl/tmp/avr32-gcc-4.2.1-atmel.1.0.3.t file://740-sh-pr24836.patch;patch=1 \ file://904-flatten-switch-stmt-00.patch;patch=1 \ file://gcc41-configure.in.patch;patch=1 \ - file://ldflags.patch;patch=1 \ file://zecke-xgcc-cpp.patch;patch=1 \ file://cache-amnesia.patch;patch=1 \ file://gfortran.patch;patch=1 \ |