Commit c50afc1dab78a1a72bc37b60d97864e56b52cc5c

Authored by Albert ARIBAUD
1 parent d3decdebde

Revert "arm: armv7: add compile option -mno-unaligned-access if available"

This reverts commit 5347560f5427bcdd48a563b62180481606ac8044,
which was applied only to get release 2012.07 functional on as
many ARM targets as possible despite mis-aligned accesses.

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

arch/arm/cpu/armv7/config.mk
... ... @@ -26,8 +26,6 @@
26 26 # supported by more tool-chains
27 27 PF_CPPFLAGS_ARMV7 := $(call cc-option, -march=armv7-a, -march=armv5)
28 28 PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARMV7)
29   -PF_CPPFLAGS_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,)
30   -PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_NO_UNALIGNED)
31 29  
32 30 # =========================================================================
33 31 #