浏览代码

* enable more features for arm-embedded, they don't blow up executables if not used

git-svn-id: trunk@23263 -
florian 12 年之前
父节点
当前提交
85ae82def4
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      rtl/embedded/rtl.cfg

+ 8 - 1
rtl/embedded/rtl.cfg

@@ -34,8 +34,15 @@
 # include exit code support
 # include exit code support
 -SfEXITCODE
 -SfEXITCODE
 
 
-# arm is powerful enough to handle a softfpu
+# arm is powerful enough to handle most object pascal constructs
+# it is only a matter of size
 #ifdef CPUARM
 #ifdef CPUARM
 -SfSOFTFPU
 -SfSOFTFPU
+-SfCLASSES
+-SfEXCEPTIONS
+-SfANSISTRINGS
+-SfRTTI
+-SfWIDESTRINGS
+-SfDYNARRAYS
 #endif CPUARM
 #endif CPUARM