From 85ae82def4a22a07d64d66914e19e296f53bac7f Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 31 Dec 2012 19:32:04 +0000 Subject: [PATCH] * enable more features for arm-embedded, they don't blow up executables if not used git-svn-id: trunk@23263 - --- rtl/embedded/rtl.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rtl/embedded/rtl.cfg b/rtl/embedded/rtl.cfg index b83296fcff..4aa83bd49e 100644 --- a/rtl/embedded/rtl.cfg +++ b/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