diff options
Diffstat (limited to 'cpu/arm925t/config.mk')
-rw-r--r-- | cpu/arm925t/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm925t/config.mk b/cpu/arm925t/config.mk index cef7d26f1c..960df4c989 100644 --- a/cpu/arm925t/config.mk +++ b/cpu/arm925t/config.mk @@ -22,6 +22,6 @@ # PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ - -mshort-load-bytes -msoft-float + -msoft-float PLATFORM_CPPFLAGS += -mapcs-32 -march=armv4 |