Browse Source

m68k-sinclairql: also build the various softfpu flavors for the QL

Karoly Balogh 1 year ago
parent
commit
a1863d8dc8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/sinclairql/buildrtl.pp

+ 5 - 1
rtl/sinclairql/buildrtl.pp

@@ -10,7 +10,11 @@ unit buildrtl;
       rtlconsts, sysconst, math, types,
       rtlconsts, sysconst, math, types,
       typinfo, sortbase, fgl, classes,
       typinfo, sortbase, fgl, classes,
       charset, character, getopts,
       charset, character, getopts,
-      fpwidestring;
+      fpwidestring
+{$IFNDEF FPUNONE}
+      ,softfpu, sfpux80, ufloatx80, sfpu128, ufloat128
+{$ENDIF}
+      ;
 
 
   implementation
   implementation