summaryrefslogtreecommitdiff
path: root/rtl/amiga/buildrtl.pp
blob: 5f874caffcaf1a0d19c6135752fd44f49f08a600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.