Parcourir la source

+ arm cpus are powerfull enough to handle soft fpu code

git-svn-id: trunk@12616 -
florian il y a 16 ans
Parent
commit
f76606989b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      rtl/embedded/rtl.cfg

+ 5 - 0
rtl/embedded/rtl.cfg

@@ -10,3 +10,8 @@
 
 # include exit code support
 -SfEXITCODE
+
+# arm is powerful enough to handle a softfpu
+#ifdef CPUARM
+-SfSOFTFPU
+#endif CPUARM