rtl.cfg 580 B

1234567891011121314151617181920212223242526272829303132333435
  1. # first, disable all
  2. # -Sf-
  3. # uncomment to enable the stuff you want to use
  4. # include full heap management into the rtl
  5. # -SfHEAP
  6. # include support for init final code of units into the rtl
  7. # -SfINITFINAL
  8. # -SfCLASSES
  9. # -SfEXCEPTIONS
  10. # -SfEXITCODE
  11. # -SfANSISTRINGS
  12. # -SfWIDESTRINGS
  13. # -SfTEXTIO
  14. # -SfCONSOLEIO
  15. # -SfFILEIO
  16. # -SfRANDOM
  17. # -SfVARIANTS
  18. # -SfOBJECTS
  19. # -SfDYNARRAYS
  20. # -SfTHREADING
  21. # -SfCOMMANDARGS
  22. # -SfPROCESSES
  23. # -SfSTACKCHECK
  24. # -SfDYNLIBS
  25. # include exit code support
  26. -SfEXITCODE
  27. # arm is powerful enough to handle a softfpu
  28. #ifdef CPUARM
  29. -SfSOFTFPU
  30. #endif CPUARM