diff options
Diffstat (limited to 'cpu/arm925t/config.mk')
-rw-r--r-- | cpu/arm925t/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm925t/config.mk b/cpu/arm925t/config.mk index 3c7a279..8db4adb 100644 --- a/cpu/arm925t/config.mk +++ b/cpu/arm925t/config.mk @@ -32,4 +32,3 @@ PLATFORM_CPPFLAGS += -march=armv4 # ========================================================================= PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) - |