From 63de567f8fe6ca7fc47cda3a5ba03acdb4d77cab Mon Sep 17 00:00:00 2001 From: John Rigby Date: Tue, 13 Sep 2011 09:23:26 -0600 Subject: LINARO: SAUCE: work around a cross toolchain build issue Signed-off-by: John Rigby --- 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 9804edf7fa8..cc68cfd4665 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile @@ -119,7 +119,7 @@ KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS)) endif ccflags-y := -fpic -fno-builtin -I$(src) -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