diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-12-29 14:06:30 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-12-29 14:06:30 +0000 |
commit | 13918375de27d34200b7fed266b4765ea82f7ee3 (patch) | |
tree | ae58234cf02f5acaed5312060ba7b59443579719 /rtl/embedded/rtl.cfg | |
parent | 1ef2ca42b29b93ca4b8c66c158c4db27b3dc9628 (diff) | |
download | fpc-13918375de27d34200b7fed266b4765ea82f7ee3.tar.gz |
* get rid of some feature checks, probably the whole feature stuff is plainly the wrong way, embedded rtl compiles again, resolves #20913
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19907 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/embedded/rtl.cfg')
-rw-r--r-- | rtl/embedded/rtl.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rtl/embedded/rtl.cfg b/rtl/embedded/rtl.cfg index d65cf8a3e1..b83296fcff 100644 --- a/rtl/embedded/rtl.cfg +++ b/rtl/embedded/rtl.cfg @@ -1,5 +1,10 @@ # first, disable all -Sf- +# enable required ones +# they don't add much additional code or data +-SfTEXTIO +-SfFILEIO +-SfHEAP # uncomment to enable the stuff you want to use # include full heap management into the rtl @@ -33,3 +38,4 @@ #ifdef CPUARM -SfSOFTFPU #endif CPUARM + |