소스 검색

* add aarch64 multi-arch library directory (patch by Edmund Grimley Evans)

git-svn-id: trunk@31981 -
Jonas Maebe 9 년 전
부모
커밋
5cb2d10c9a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      compiler/systems/t_linux.pas

+ 3 - 0
compiler/systems/t_linux.pas

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