瀏覽代碼

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

git-svn-id: trunk@36490 -
Károly Balogh 8 年之前
父節點
當前提交
78970fa3c4
共有 1 個文件被更改,包括 4 次插入0 次删除
  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}