mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:19:24 +02:00
* 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:
parent
25950b8575
commit
13801bebfe
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user