瀏覽代碼

bsd: fixed the system unit to also include the softpu interface part on m68k, not only the implementation

git-svn-id: trunk@35312 -
Károly Balogh 8 年之前
父節點
當前提交
5cde490e57
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/bsd/system.pp

+ 2 - 2
rtl/bsd/system.pp

@@ -44,13 +44,13 @@ var argc:longint;
 
 CONST SIGSTKSZ = 40960;
 
-{$if defined(CPUARM)}
+{$if defined(CPUARM) or defined(CPUM68K)}
 
 {$define fpc_softfpu_interface}
 {$i softfpu.pp}
 {$undef fpc_softfpu_interface}
 
-{$endif defined(CPUARM)}
+{$endif defined(CPUARM) or defined(CPUM68K)}
 
 
 Implementation