diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-24 00:08:50 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-26 12:23:56 -0700 |
commit | 0fabe078a31591f41c3fdabe5aa9de1111ef82c7 (patch) | |
tree | 72ee0a1c6e73cb7d681869ad0314561908b2b6a7 /meta/recipes-devtools/gcc/gcc-4.6.inc | |
parent | 81aa4bfbde871af1d569b64499c34a315bf6218e (diff) | |
download | openembedded-core-0fabe078a31591f41c3fdabe5aa9de1111ef82c7.tar.gz openembedded-core-0fabe078a31591f41c3fdabe5aa9de1111ef82c7.tar.bz2 openembedded-core-0fabe078a31591f41c3fdabe5aa9de1111ef82c7.zip |
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
Signed-off-by: Kumar Gala <galak@kernel.crashing.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 @@ require gcc-common.inc -PR = "r7" +PR = "r8" # Third digit in PV should be incremented after a minor release # 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 \ 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://volatile_access_backport.patch \ |