Browse Source

+ arm cpus are powerfull enough to handle soft fpu code

git-svn-id: trunk@12616 -
florian 16 years ago
parent
commit
f76606989b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      rtl/embedded/rtl.cfg

+ 5 - 0
rtl/embedded/rtl.cfg

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