mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 09:18:15 +02:00
22 lines
339 B
ObjectPascal
22 lines
339 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
si_prc,
|
|
sysutils,
|
|
|
|
ctypes, strings,
|
|
rtlconsts, sysconst, math, types,
|
|
typinfo, sortbase, fgl, classes,
|
|
charset, character, getopts,
|
|
fpwidestring
|
|
{$IFNDEF FPUNONE}
|
|
,softfpu, sfpux80, ufloatx80, sfpu128, ufloat128
|
|
{$ENDIF}
|
|
;
|
|
|
|
implementation
|
|
|
|
end.
|