* enable more features if avr6 is defined

git-svn-id: trunk@37583 -
This commit is contained in:
florian 2017-11-12 22:14:19 +00:00
parent 826f208e45
commit 7debc7920a

View File

@ -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