소스 검색

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