瀏覽代碼

* search also /usr/lib64 for libraries etc. on aarch64-linux, apparently some distros use it

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

+ 1 - 0
compiler/systems/t_linux.pas

@@ -170,6 +170,7 @@ begin
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/i386-linux-gnu',true);
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/i386-linux-gnu',true);
 {$endif i386}
 {$endif i386}
 {$ifdef aarch64}
 {$ifdef aarch64}
+      LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib64',true);
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/aarch64-linux-gnu',true);
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/aarch64-linux-gnu',true);
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/aarch64-linux-gnu',true);
       LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/aarch64-linux-gnu',true);
 {$endif aarch64}
 {$endif aarch64}