Browse Source

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

git-svn-id: trunk@34365 -
florian 9 năm trước cách đây
mục cha
commit
f274e316fe
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;