diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-26 09:33:53 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-26 12:23:56 -0700 |
commit | fef385e37e82a0eec743fbd1da11021b9e7158b5 (patch) | |
tree | 4ffc3e7e18749853226beab8ac2aaaf571b010b6 /meta/recipes-devtools/gcc/gcc-4.5.1.inc | |
parent | 0fabe078a31591f41c3fdabe5aa9de1111ef82c7 (diff) | |
download | openembedded-core-fef385e37e82a0eec743fbd1da11021b9e7158b5.tar.gz openembedded-core-fef385e37e82a0eec743fbd1da11021b9e7158b5.tar.bz2 openembedded-core-fef385e37e82a0eec743fbd1da11021b9e7158b5.zip |
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.
Signed-off-by: Kumar Gala <galak@kernel.crashing.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 @@ require gcc-common.inc -PR = "r8" +PR = "r9" DEPENDS =+ "mpfr gmp libmpc elfutils" 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 \ file://64bithack.patch \ file://optional_libstdc.patch \ file://disable_relax_pic_calls_flag.patch \ - file://gcc-poison-parameters.patch \ file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ file://COLLECT_GCC_OPTIONS.patch \ 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 \ file://pr45094.patch \ file://pr45052.patch \ file://pr45886.patch \ + file://pr44618.patch \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |