mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:59:11 +02:00
* enable more features for arm-embedded, they don't blow up executables if not used
git-svn-id: trunk@23263 -
This commit is contained in:
parent
92565c80ba
commit
85ae82def4
@ -34,8 +34,15 @@
|
|||||||
# include exit code support
|
# include exit code support
|
||||||
-SfEXITCODE
|
-SfEXITCODE
|
||||||
|
|
||||||
# arm is powerful enough to handle a softfpu
|
# arm is powerful enough to handle most object pascal constructs
|
||||||
|
# it is only a matter of size
|
||||||
#ifdef CPUARM
|
#ifdef CPUARM
|
||||||
-SfSOFTFPU
|
-SfSOFTFPU
|
||||||
|
-SfCLASSES
|
||||||
|
-SfEXCEPTIONS
|
||||||
|
-SfANSISTRINGS
|
||||||
|
-SfRTTI
|
||||||
|
-SfWIDESTRINGS
|
||||||
|
-SfDYNARRAYS
|
||||||
#endif CPUARM
|
#endif CPUARM
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user