diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-17 18:00:29 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-10-19 19:58:45 -0700 |
commit | 75f7269a7a1da2494768d4be63c44b12c5cfeeeb (patch) | |
tree | 147b8f9079adaaf32e4324d495dc2753c967f42b /meta/recipes-devtools/gcc/gcc-4.6.inc | |
parent | b1af6951e14d645fe861f289011c91ab6f1b6865 (diff) | |
download | openembedded-core-75f7269a7a1da2494768d4be63c44b12c5cfeeeb.tar.gz openembedded-core-75f7269a7a1da2494768d4be63c44b12c5cfeeeb.tar.bz2 openembedded-core-75f7269a7a1da2494768d4be63c44b12c5cfeeeb.zip |
gcc-4.6: Backport PR46934 fix
We have been hitting this issue on ARM/thumb and
have a workaround in place to compile samba
http://git.openembedded.org/openembedded/commit/recipes/samba/samba_3.2.15.bb?id=4ba7aa07c0dcd28f94515ff9927e2a04403fcf15
This backport should fix the gcc bug
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 0fb628771f..fbc90eaea1 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 = "r14" +PR = "r15" # Third digit in PV should be incremented after a minor release # happens from this branch on gcc e.g. currently its 4.6.0 @@ -69,6 +69,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ file://powerpc-e5500.patch \ file://fix-for-ice-50099.patch \ file://gcc-with-linker-hash-style.patch \ + file://pr46934.patch \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |