瀏覽代碼

m68k: also add Debian's custom library path like on other CPUs

git-svn-id: trunk@36645 -
Károly Balogh 8 年之前
父節點
當前提交
8a22807efa
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/systems/t_linux.pas

+ 3 - 0
compiler/systems/t_linux.pas

@@ -160,6 +160,9 @@ begin
 {$ifdef powerpc}
       LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/powerpc-linux-gnu',true);
 {$endif powerpc}
+{$ifdef m68k}
+      LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/m68k-linux-gnu',true);
+{$endif m68k}
     end;
 end;