From 612cc186f6dd7298b353205f638930e53292098f Mon Sep 17 00:00:00 2001 From: John Rigby Date: Mon, 17 Oct 2011 11:04:59 -0600 Subject: LINARO: SAUCE: work around a cross toolchain build issue Signed-off-by: John Rigby Conflicts: arch/arm/boot/compressed/Makefile --- arch/arm/boot/compressed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index e4f32a8e002..28d35e8e24f 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile @@ -123,7 +123,7 @@ KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS)) endif ccflags-y := -fpic -fno-builtin -I$(obj) -asflags-y := -Wa,-march=all +asflags-y := -Wa,-march=armv7-a # Supply kernel BSS size to the decompressor via a linker symbol. KBSS_SZ = $(shell size $(obj)/../../../../vmlinux | awk 'END{print $$3}') -- cgit v1.2.3