mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 19:08:15 +02:00
* enable more features if avr6 is defined
git-svn-id: trunk@37583 -
This commit is contained in:
parent
826f208e45
commit
7debc7920a
@ -168,11 +168,21 @@
|
||||
-SfEXCEPTIONS
|
||||
-SfCLASSES
|
||||
-SfRTTI
|
||||
#ifdef CPUAVR6
|
||||
-SfWIDESTRINGS
|
||||
-SfDYNARRAYS
|
||||
-SfTHREADING
|
||||
-SfVARIANTS
|
||||
-SfOBJECTS
|
||||
-SfCOMMANDARGS
|
||||
-SfRANDOM
|
||||
-SfRESOURCES
|
||||
#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
|
||||
# in programs not using e. g. writeln based I/O
|
||||
#ifdef CPUM68K
|
||||
-SfSOFTFPU
|
||||
-SfOBJECTS
|
||||
|
Loading…
Reference in New Issue
Block a user