mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 12:49:29 +01:00
Add configuration options for i8086 and m68k CPUs
git-svn-id: trunk@36832 -
This commit is contained in:
parent
db00b1e554
commit
7966957ec9
@ -115,3 +115,26 @@
|
|||||||
-SfCLASSES
|
-SfCLASSES
|
||||||
-SfRTTI
|
-SfRTTI
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
# Minimal set for m68k, copied from AVR above
|
||||||
|
# does not require extra memory, neither code nor data
|
||||||
|
# in programs not using e. g. writeln based I/O
|
||||||
|
#ifdef CPUM68K
|
||||||
|
-SfOBJECTS
|
||||||
|
-SfEXCEPTIONS
|
||||||
|
-SfCLASSES
|
||||||
|
-SfRTTI
|
||||||
|
#endif
|
||||||
|
|
||||||
|
# Minimal set for i8086, copied from AVR above
|
||||||
|
# does not require extra memory, neither code nor data
|
||||||
|
# in programs not using e. g. writeln based I/OR
|
||||||
|
#ifdef CPUI8086
|
||||||
|
-SfOBJECTS
|
||||||
|
-SfEXCEPTIONS
|
||||||
|
-SfCLASSES
|
||||||
|
-SfRTTI
|
||||||
|
-Cs2048
|
||||||
|
-CX
|
||||||
|
-XX
|
||||||
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user