aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-13 09:23:26 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-10-17 09:58:45 -0600
commitd429ef4c6637d410fe4c652d6c6803b273c9417b (patch)
tree9171ae1dc8c8e01cb078da171f53f8d936aef4ac
parent947ad07eceae9fdbb5fe909ccfc4706cfc43ea41 (diff)
LINARO: SAUCE: work around a cross toolchain build issue
Signed-off-by: John Rigby <john.rigby@linaro.org>
-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 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}')