mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:39:25 +02:00
23 lines
375 B
ObjectPascal
23 lines
375 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
si_prc,
|
|
athreads, dos, sysutils,
|
|
|
|
{$ifdef cpupowerpc}
|
|
exeinfo, lineinfo,
|
|
{$endif}
|
|
|
|
ctypes, strings,
|
|
rtlconsts, sysconst, math, types,
|
|
typinfo, sortbase, fgl, classes,
|
|
charset, character, getopts,
|
|
fpwidestring,
|
|
softfpu, sfpux80, ufloatx80, sfpu128, ufloat128;
|
|
|
|
implementation
|
|
|
|
end.
|