Browse Source

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

git-svn-id: trunk@23263 -
florian 12 years ago
parent
commit
85ae82def4
1 changed files with 8 additions and 1 deletions
  1. 8 1
      rtl/embedded/rtl.cfg

+ 8 - 1
rtl/embedded/rtl.cfg

@@ -34,8 +34,15 @@
 # include exit code support
 -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
 -SfSOFTFPU
+-SfCLASSES
+-SfEXCEPTIONS
+-SfANSISTRINGS
+-SfRTTI
+-SfWIDESTRINGS
+-SfDYNARRAYS
 #endif CPUARM