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

git-svn-id: trunk@23263 -
This commit is contained in:
florian 2012-12-31 19:32:04 +00:00
parent 92565c80ba
commit 85ae82def4

View File

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