From e0ec546d18d38ab31ef2787e092be7f9ceba112c Mon Sep 17 00:00:00 2001 From: Víctor Manuel Jáquez Leal Date: Mon, 24 Jan 2011 15:48:58 +0100 Subject: u-boot-sakoman: fix break caused by the new binutils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New assemblers need -march=armv7-a+sec on command line or .arch_extension sec inline to enable use of the smc instruction. This patch adds as-instr to check the latter to conditionally enable the former in AFLAGS for files that use smc. Signed-off-by: Víctor Manuel Jáquez Leal Signed-off-by: Koen Kooi --- recipes/u-boot/u-boot-sakoman_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/u-boot/u-boot-sakoman_git.bb') diff --git a/recipes/u-boot/u-boot-sakoman_git.bb b/recipes/u-boot/u-boot-sakoman_git.bb index 5b9ff1112c..8dfe713b3b 100644 --- a/recipes/u-boot/u-boot-sakoman_git.bb +++ b/recipes/u-boot/u-boot-sakoman_git.bb @@ -7,6 +7,7 @@ SRCREV = "261733408a27d14590cf3ec6b596461808050e32" PV = "2010.12+${PR}+git${SRCREV}" SRC_URI = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \ + file://fix-break-caused-by-new-binutils.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg