mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 20:29:16 +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
|
-CX
|
||||||
-XX
|
-XX
|
||||||
#endif
|
#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
|
-SfRESOURCES
|
||||||
#endif CPUXTENSA
|
#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
|
#ifdef CPUZ80
|
||||||
|
-SfOBJECTS
|
||||||
|
-SfEXCEPTIONS
|
||||||
|
-SfCLASSES
|
||||||
|
-SfRTTI
|
||||||
-SfSOFTFPU
|
-SfSOFTFPU
|
||||||
#endif CPUZ80
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user