Explorar o código

linux/m68k: enable inlining and compiler mul32to64 in the softfpu

git-svn-id: trunk@36490 -
Károly Balogh %!s(int64=8) %!d(string=hai) anos
pai
achega
78970fa3c4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      rtl/linux/system.pp

+ 4 - 0
rtl/linux/system.pp

@@ -63,6 +63,10 @@ const
 {$if defined(CPUARM) or defined(CPUM68K) or (defined(CPUSPARC) and defined(VER2_6))}
 
 {$define fpc_softfpu_implementation}
+{$if defined(CPUM68K)}
+{$define softfpu_compiler_mul32to64}
+{$define softfpu_inline}
+{$endif}
 {$i softfpu.pp}
 {$undef fpc_softfpu_implementation}