Move z80 specific -Sf options from rtl.cfg to system.cfg, as -Sf options are only accepted when compiliing system unit

git-svn-id: trunk@46691 -
This commit is contained in:
pierre 2020-08-25 15:15:51 +00:00
parent 8aa844e2fe
commit 836a932b9a
2 changed files with 7 additions and 10 deletions

View File

@ -9,12 +9,3 @@
-CX
-XX
#endif
# does not require extra memory, neither code nor data
# in programs not using e. g. writeln based I/O which is the common case
#ifdef CPUZ80
-SfOBJECTS
-SfEXCEPTIONS
-SfCLASSES
-SfRTTI
#endif

View File

@ -265,6 +265,12 @@
-SfRESOURCES
#endif CPUXTENSA
# does not require extra memory, neither code nor data
# in programs not using e. g. writeln based I/O which is the common case
#ifdef CPUZ80
-SfOBJECTS
-SfEXCEPTIONS
-SfCLASSES
-SfRTTI
-SfSOFTFPU
#endif CPUZ80
#endif