浏览代码

+ arm cpus are powerfull enough to handle soft fpu code

git-svn-id: trunk@12616 -
florian 16 年之前
父节点
当前提交
f76606989b
共有 1 个文件被更改,包括 5 次插入0 次删除
  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