--- arch/arm/cpu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile index 537fe5b9bb8d..f86dff975bb4 100644 --- a/arch/arm/cpu/Makefile +++ b/arch/arm/cpu/Makefile @@ -10,9 +10,9 @@ obj-$(CONFIG_MMU) += mmu.o mmu-early.o pbl-$(CONFIG_MMU) += mmu-early.o lwl-y += lowlevel.o obj-y += hyp.o -AFLAGS_hyp.o :=-Wa,-march=armv7-a +AFLAGS_hyp.o :=-Wa,-march=armv7-a -Wa,-mcpu=all pbl-y += hyp.o -AFLAGS_pbl-hyp.o :=-Wa,-march=armv7-a +AFLAGS_pbl-hyp.o :=-Wa,-march=armv7-a -Wa,-mcpu=all endif obj-$(CONFIG_ARM_EXCEPTIONS) += interrupts.o -- 2.15.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox