diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-01 09:30:34 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:31 +0100 |
| commit | e57a0bdfd47d14b03cd6d0337c4216b423fe965d (patch) | |
| tree | f2ee4b99e51fb4523b45ac7773151fece8d836f4 /meta/recipes-devtools/binutils/binutils_2.21.1.bb | |
| parent | 20ee0c715db14b3861c29bf3ddeab87fbae8ef89 (diff) | |
| download | poky-e57a0bdfd47d14b03cd6d0337c4216b423fe965d.tar.gz | |
binutils: Add support for powerpc e5500 core
Add powerpc e5500 core support to binutils so its recognized by
assember, etc. The e5500 is a 64-bit core from Freescale utilized in
the P5020 SoC.
(From OE-Core rev: 3952db3f254e5c57a13e3a8244c76405aa3db00d)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils_2.21.1.bb')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.21.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.21.1.bb b/meta/recipes-devtools/binutils/binutils_2.21.1.bb index 1f361170e7..96f9d5fec3 100644 --- a/meta/recipes-devtools/binutils/binutils_2.21.1.bb +++ b/meta/recipes-devtools/binutils/binutils_2.21.1.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require binutils.inc | 1 | require binutils.inc |
| 2 | 2 | ||
| 3 | PR = "r3" | 3 | PR = "r4" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM="\ | 5 | LIC_FILES_CHKSUM="\ |
| 6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ | 6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ |
| @@ -30,6 +30,7 @@ SRC_URI = "\ | |||
| 30 | file://binutils-poison.patch \ | 30 | file://binutils-poison.patch \ |
| 31 | file://libtool-rpath-fix.patch \ | 31 | file://libtool-rpath-fix.patch \ |
| 32 | file://clone-shadow.patch \ | 32 | file://clone-shadow.patch \ |
| 33 | file://binutils-powerpc-e5500.patch \ | ||
| 33 | " | 34 | " |
| 34 | 35 | ||
| 35 | SRC_URI[md5sum] = "a22801a9cad45c85e9ff6afc10537d72" | 36 | SRC_URI[md5sum] = "a22801a9cad45c85e9ff6afc10537d72" |
