ソースを参照

+ 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;