mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +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
|
-SfEXCEPTIONS
|
||||||
-SfCLASSES
|
-SfCLASSES
|
||||||
-SfRTTI
|
-SfRTTI
|
||||||
|
#ifdef CPUAVR6
|
||||||
|
-SfWIDESTRINGS
|
||||||
|
-SfDYNARRAYS
|
||||||
|
-SfTHREADING
|
||||||
|
-SfVARIANTS
|
||||||
|
-SfOBJECTS
|
||||||
|
-SfCOMMANDARGS
|
||||||
|
-SfRANDOM
|
||||||
|
-SfRESOURCES
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# Minimal set for m68k, copied from AVR above
|
# Minimal set for m68k, copied from AVR above
|
||||||
# does not require extra memory, neither code nor data
|
# 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
|
#ifdef CPUM68K
|
||||||
-SfSOFTFPU
|
-SfSOFTFPU
|
||||||
-SfOBJECTS
|
-SfOBJECTS
|
||||||
|
Loading…
Reference in New Issue
Block a user