Răsfoiți Sursa

Add soft fpu units to buildrtl also for aros and morphos

Pierre Muller 3 ani în urmă
părinte
comite
700628d545
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 1
      rtl/aros/buildrtl.pp
  2. 1 0
      rtl/morphos/buildrtl.pp

+ 1 - 1
rtl/aros/buildrtl.pp

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

+ 1 - 0
rtl/morphos/buildrtl.pp

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