mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 10:39:26 +02:00
28 lines
438 B
ObjectPascal
28 lines
438 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
si_prc,
|
|
athreads, dos, sysutils,
|
|
|
|
ctypes, strings,
|
|
rtlconsts, sysconst, math, types,
|
|
|
|
exeinfo,
|
|
{$ifdef cpui386}
|
|
cpu, mmx, lineinfo,
|
|
{$endif}
|
|
{$ifdef cpux86_64}
|
|
cpu,
|
|
{$endif}
|
|
|
|
typinfo, sortbase, fgl, classes,
|
|
charset, character, getopts,
|
|
fpwidestring, fpintres,
|
|
softfpu, sfpux80, ufloatx80, sfpu128, ufloat128;
|
|
|
|
implementation
|
|
|
|
end.
|