mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00
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:
parent
8aa844e2fe
commit
836a932b9a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user