Преглед изворни кода

* pass debian specific path to c init files to ld for sparc64 as it is done on other targets as well

git-svn-id: trunk@36676 -
florian пре 8 година
родитељ
комит
13801bebfe
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      compiler/systems/t_linux.pas

+ 3 - 0
compiler/systems/t_linux.pas

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