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.2.inc | |
parent | 3628be8901b747558b219d55b370a1f20e1dce5f (diff) |
gcc (various): Drop incomplete LDFLAGS patch and really honor them, bump PR
Diffstat (limited to 'recipes/gcc/gcc-4.2.2.inc')
-rw-r--r-- | recipes/gcc/gcc-4.2.2.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.2.2.inc b/recipes/gcc/gcc-4.2.2.inc index f5878123ed..0b4b87c3ff 100644 --- a/recipes/gcc/gcc-4.2.2.inc +++ b/recipes/gcc/gcc-4.2.2.inc @@ -28,7 +28,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 \ |