diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-24 00:08:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-29 13:47:59 +0100 |
commit | 36cda027159528f9304dfe9e43aaba708b796b24 (patch) | |
tree | 7461cabc09e44ce1c9161b6ce73df1fd9f2880c0 /meta/recipes-devtools/gcc/gcc-4.6.inc | |
parent | 6c2b7beac3cd23ed44bd3e195c6360a0932876bf (diff) | |
download | poky-36cda027159528f9304dfe9e43aaba708b796b24.tar.gz |
gcc-4.6: Drop gcc-poison-parameters.patch as its not need
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:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44618
(From OE-Core rev: 0fabe078a31591f41c3fdabe5aa9de1111ef82c7)
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.6.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 28a70f3c08..290d8f289c 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r7" | 3 | PR = "r8" |
4 | 4 | ||
5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
6 | # happens from this branch on gcc e.g. currently its 4.6.0 | 6 | # happens from this branch on gcc e.g. currently its 4.6.0 |
@@ -62,7 +62,6 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
62 | file://64bithack.patch \ | 62 | file://64bithack.patch \ |
63 | file://optional_libstdc.patch \ | 63 | file://optional_libstdc.patch \ |
64 | file://disable_relax_pic_calls_flag.patch \ | 64 | file://disable_relax_pic_calls_flag.patch \ |
65 | file://gcc-poison-parameters.patch \ | ||
66 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ | 65 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ |
67 | file://COLLECT_GCC_OPTIONS.patch \ | 66 | file://COLLECT_GCC_OPTIONS.patch \ |
68 | file://volatile_access_backport.patch \ | 67 | file://volatile_access_backport.patch \ |