From fedad51cb4e141fd9157813ff30e0521cf994f95 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 3 Apr 2012 13:39:07 -0500 Subject: binutils: Inform binutils that armv5e really is valid! A comment in the binutils sources indicate that it should support all of the -march= parameters that gcc supports. The tune validations noted that gas failed on -march=armv5e. It is not yet clear to me if this patch belongs upstream or not. (From OE-Core rev: 4f2503ebdb5c491b758cbdf6eb7df96d4295c24f) Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils_2.22.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/binutils/binutils_2.22.bb') diff --git a/meta/recipes-devtools/binutils/binutils_2.22.bb b/meta/recipes-devtools/binutils/binutils_2.22.bb index 8b058fe1e1..d6d19a1159 100644 --- a/meta/recipes-devtools/binutils/binutils_2.22.bb +++ b/meta/recipes-devtools/binutils/binutils_2.22.bb @@ -1,6 +1,6 @@ require binutils.inc -PR = "r5" +PR = "r6" LIC_FILES_CHKSUM="\ file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ @@ -30,6 +30,7 @@ SRC_URI = "\ file://libtool-rpath-fix.patch \ file://clone-shadow.patch \ file://binutils-powerpc-e5500.patch \ + file://binutils-armv5e.patch \ " SRC_URI[md5sum] = "ee0f10756c84979622b992a4a61ea3f5" -- cgit v1.2.3-54-g00ecf