瀏覽代碼

+ search /usr/lib/powerpc-linux-gnu for powerpc startup files

git-svn-id: trunk@34365 -
florian 9 年之前
父節點
當前提交
f274e316fe
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/systems/t_linux.pas

+ 3 - 0
compiler/systems/t_linux.pas

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