diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-26 09:33:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-29 13:47:59 +0100 |
commit | 5d463057b4b7eb38a2ff009904ad1f240193f3ad (patch) | |
tree | 4d1a219403354ac1cc582ab50dea3b13fc20f7eb /meta/recipes-devtools/gcc/gcc-4.5.1.inc | |
parent | 36cda027159528f9304dfe9e43aaba708b796b24 (diff) | |
download | poky-5d463057b4b7eb38a2ff009904ad1f240193f3ad.tar.gz |
gcc-4.5.1: Drop gcc-poison-parameters.patch, replace with bug fix patch
The gcc-poison-parameters was added specifically to deal with an issue
on ppc targets and a bug when we build with -Os -frename-registers.
This bug below reports the issue and is fixed in gcc-4.6.x/mainline:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44618
Backport patch to gcc 4.5.1.
(From OE-Core rev: fef385e37e82a0eec743fbd1da11021b9e7158b5)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index aa1cc959e0..f2991f286c 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r8" | 3 | PR = "r9" |
4 | 4 | ||
5 | DEPENDS =+ "mpfr gmp libmpc elfutils" | 5 | DEPENDS =+ "mpfr gmp libmpc elfutils" |
6 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" | 6 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" |
@@ -56,7 +56,6 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
56 | file://64bithack.patch \ | 56 | file://64bithack.patch \ |
57 | file://optional_libstdc.patch \ | 57 | file://optional_libstdc.patch \ |
58 | file://disable_relax_pic_calls_flag.patch \ | 58 | file://disable_relax_pic_calls_flag.patch \ |
59 | file://gcc-poison-parameters.patch \ | ||
60 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ | 59 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ |
61 | file://COLLECT_GCC_OPTIONS.patch \ | 60 | file://COLLECT_GCC_OPTIONS.patch \ |
62 | file://use-defaults.h-and-t-oe-in-B.patch \ | 61 | file://use-defaults.h-and-t-oe-in-B.patch \ |
@@ -66,6 +65,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
66 | file://pr45094.patch \ | 65 | file://pr45094.patch \ |
67 | file://pr45052.patch \ | 66 | file://pr45052.patch \ |
68 | file://pr45886.patch \ | 67 | file://pr45886.patch \ |
68 | file://pr44618.patch \ | ||
69 | " | 69 | " |
70 | 70 | ||
71 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " | 71 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |