* 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 -
This commit is contained in:
florian 2017-07-07 22:33:42 +00:00
parent 25950b8575
commit 13801bebfe

View File

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