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-09-13 09:49:32 -0600
commit46477760c48f7f8d0fd5c6a50aed11038194bfb4 (patch)
tree905ebae6be76f829d40031ecf8f70da7585a2258
parent68bfdb9127fcf6e30012c997fcdf1bdcd5c800b6 (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}')