Преглед на файлове

* 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
 -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