mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 10:48:30 +02:00
17 lines
289 B
ObjectPascal
17 lines
289 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
si_prc,
|
|
athreads, dos, sysutils,
|
|
softfpu, sfpux80, ufloatx80, sfpu128, ufloat128,
|
|
ctypes, strings,
|
|
rtlconsts, sysconst, math, types,
|
|
typinfo, fgl, classes,
|
|
charset, character, getopts;
|
|
|
|
implementation
|
|
|
|
end.
|