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-23 09:01:18 -0600
commit63de567f8fe6ca7fc47cda3a5ba03acdb4d77cab (patch)
tree905ebae6be76f829d40031ecf8f70da7585a2258
parent8c1f71e126082a542d38172b3803cfd7c775323a (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}')