diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-04 02:57:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:13:00 +0100 |
commit | b4f6fb7033d3798cae32d42bce5a0f8402ad57c1 (patch) | |
tree | 67083583982e39135357c813e7d69e4e7cbba5d9 /meta/recipes-devtools/gcc/gcc-4.6.inc | |
parent | 2c9bd779b008be266072f3c6d79430f63ec02241 (diff) | |
download | openembedded-core-b4f6fb7033d3798cae32d42bce5a0f8402ad57c1.tar.gz openembedded-core-b4f6fb7033d3798cae32d42bce5a0f8402ad57c1.tar.bz2 openembedded-core-b4f6fb7033d3798cae32d42bce5a0f8402ad57c1.zip |
gcc-4.6: Add support for the e5500 PowerPC core
Implements basic e5500 enablement in gcc, with a scheduler, -mcpu
flag, etc...
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, 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 7d8170cd33..f952ac88d9 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 = "r3" +PR = "r4" # Third digit in PV should be incremented after a minor release # happens from this branch on gcc e.g. currently its 4.6.0 @@ -67,6 +67,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ file://COLLECT_GCC_OPTIONS.patch \ file://volatile_access_backport.patch \ file://use-defaults.h-and-t-oe-in-B.patch \ + file://powerpc-e5500.patch \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |