mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 09:47:56 +02:00
copied to fixes
git-svn-id: branches/fixes_3_0@37120 -
This commit is contained in:
parent
7a93b39ad0
commit
3487e6a2be
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8535,6 +8535,7 @@ rtl/gba/gbabiosh.inc svneol=native#text/plain
|
|||||||
rtl/gba/libc.inc svneol=native#text/plain
|
rtl/gba/libc.inc svneol=native#text/plain
|
||||||
rtl/gba/libch.inc svneol=native#text/plain
|
rtl/gba/libch.inc svneol=native#text/plain
|
||||||
rtl/gba/prt0.as svneol=native#text/plain
|
rtl/gba/prt0.as svneol=native#text/plain
|
||||||
|
rtl/gba/rtl.cfg svneol=native#text/plain
|
||||||
rtl/gba/rtldefs.inc svneol=native#text/plain
|
rtl/gba/rtldefs.inc svneol=native#text/plain
|
||||||
rtl/gba/sysdir.inc svneol=native#text/plain
|
rtl/gba/sysdir.inc svneol=native#text/plain
|
||||||
rtl/gba/sysfile.inc svneol=native#text/plain
|
rtl/gba/sysfile.inc svneol=native#text/plain
|
||||||
|
27
rtl/gba/rtl.cfg
Normal file
27
rtl/gba/rtl.cfg
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
-Sf-
|
||||||
|
-SfHEAP
|
||||||
|
-SfINITFINAL
|
||||||
|
-SfCLASSES
|
||||||
|
-SfEXCEPTIONS
|
||||||
|
-SfEXITCODE
|
||||||
|
-SfANSISTRINGS
|
||||||
|
-SfWIDESTRINGS
|
||||||
|
-SfTEXTIO
|
||||||
|
# -SfCONSOLEIO
|
||||||
|
-SfFILEIO
|
||||||
|
-SfRANDOM
|
||||||
|
-SfVARIANTS
|
||||||
|
-SfOBJECTS
|
||||||
|
-SfRESOURCES
|
||||||
|
-SfDYNARRAYS
|
||||||
|
-SfTHREADING
|
||||||
|
-SfCOMMANDARGS
|
||||||
|
-SfPROCESSES
|
||||||
|
-SfSTACKCHECK
|
||||||
|
# -SfDYNLIBS
|
||||||
|
-SfEXITCODE
|
||||||
|
|
||||||
|
#ifdef CPUARM
|
||||||
|
-SfSOFTFPU
|
||||||
|
-SfRTTI
|
||||||
|
#endif CPUARM
|
Loading…
Reference in New Issue
Block a user