aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-10-17 11:04:59 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 15:01:39 -0700
commit612cc186f6dd7298b353205f638930e53292098f (patch)
treee7139f07171084934522ea15a44288c4c75b0647
parent1293dbcad35fbde6d2f64dd921fe081fb31364d4 (diff)
LINARO: SAUCE: work around a cross toolchain build issue
Signed-off-by: John Rigby <john.rigby@linaro.org> Conflicts: arch/arm/boot/compressed/Makefile
-rw-r--r--arch/arm/boot/compressed/Makefile2
1 files changed, 1 insertions, 1 deletions
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}')