diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-06 20:49:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:02 +0100 |
commit | 3cf4c8d3e94048b24c812f6a83ea84603c684e7a (patch) | |
tree | 260b3755be786244ee8b23ab8a0cde3aee1f09ea /meta/recipes-devtools/gcc/gcc-4.7.inc | |
parent | 656417a9901dbd27398b2adc0a32e7efd86542fb (diff) | |
download | poky-3cf4c8d3e94048b24c812f6a83ea84603c684e7a.tar.gz |
gcc: Refresh support for fsl E5500/E6500
These patches are backport from gcc mainline
they fix issues where eglibc was not compilable
for e5500+ due to missing vector intrinsics
It obsoletes the existing e5500 patch
(From OE-Core rev: b440aeeceb8c2e9f412d98793fb1dd55ff9d73f5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 7a0d231bd8..35332b4c7e 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r5" | 3 | PR = "r6" |
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.7.1 | 6 | # happens from this branch on gcc e.g. currently its 4.7.1 |
@@ -59,7 +59,10 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http \ | |||
59 | file://disable_relax_pic_calls_flag.patch \ | 59 | file://disable_relax_pic_calls_flag.patch \ |
60 | file://COLLECT_GCC_OPTIONS.patch \ | 60 | file://COLLECT_GCC_OPTIONS.patch \ |
61 | file://use-defaults.h-and-t-oe-in-B.patch \ | 61 | file://use-defaults.h-and-t-oe-in-B.patch \ |
62 | file://powerpc-e5500.patch \ | 62 | file://ppc_with_cpu.patch \ |
63 | file://ppce5500-e6500-support.patch \ | ||
64 | file://rs6000-tables.patch \ | ||
65 | file://define_insn_reservation.patch \ | ||
63 | file://pr32219.patch \ | 66 | file://pr32219.patch \ |
64 | file://fortran-cross-compile-hack.patch \ | 67 | file://fortran-cross-compile-hack.patch \ |
65 | file://libgcc-sjlj-check.patch \ | 68 | file://libgcc-sjlj-check.patch \ |