Add soft fpu units to buildrtl also for aros and morphos

This commit is contained in:
Pierre Muller 2022-02-02 10:55:17 +01:00
parent 33927a2deb
commit 700628d545
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ unit buildrtl;
uses
si_prc,
athreads, dos, sysutils,
softfpu, sfpux80, ufloatx80, sfpu128, ufloat128,
ctypes, strings,
rtlconsts, sysconst, math, types,
lineinfo,

View File

@ -5,6 +5,7 @@ unit buildrtl;
uses
si_prc,
athreads, dos, sysutils,
softfpu, sfpux80, ufloatx80, sfpu128, ufloat128,
ctypes, strings,
rtlconsts, sysconst, math, types,