mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 10:09:36 +02:00

+ New rtl.cfg containg non-feature options of former file (i8086 only) * Use system.cfg for system unit compilation + add @rtl.cfg option for i8086 CPU git-svn-id: trunk@37920 -
12 lines
295 B
INI
12 lines
295 B
INI
# Keep only options that are not features
|
|
# as those are now restricted to system unit compilation only
|
|
|
|
# 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
|
|
-Cs2048
|
|
-CX
|
|
-XX
|
|
#endif
|