Add configuration options for i8086 and m68k CPUs

git-svn-id: trunk@36832 -
This commit is contained in:
pierre 2017-08-04 12:56:15 +00:00
parent db00b1e554
commit 7966957ec9

View File

@ -115,3 +115,26 @@
-SfCLASSES
-SfRTTI
#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