diff options
Diffstat (limited to 'cpu/arm920t/config.mk')
-rw-r--r-- | cpu/arm920t/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/arm920t/config.mk b/cpu/arm920t/config.mk index a43b156711..8f6c1a354c 100644 --- a/cpu/arm920t/config.mk +++ b/cpu/arm920t/config.mk @@ -21,8 +21,7 @@ # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ - -msoft-float +PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float PLATFORM_CPPFLAGS += -march=armv4 # ========================================================================= |