Jelajahi Sumber

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

Karoly Balogh 1 tahun lalu
induk
melakukan
a1863d8dc8
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 5 1
      rtl/sinclairql/buildrtl.pp

+ 5 - 1
rtl/sinclairql/buildrtl.pp

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