mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:09:11 +02:00
Add /usr/lib64 and /lib64 to default library path list for sparc linux
(cherry picked from commit aca84a8128
)
This commit is contained in:
parent
3509dac9f1
commit
336d531687
@ -186,6 +186,9 @@ begin
|
|||||||
{$endif mips}
|
{$endif mips}
|
||||||
{$ifdef sparc64}
|
{$ifdef sparc64}
|
||||||
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/sparc64-linux-gnu',true);
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/sparc64-linux-gnu',true);
|
||||||
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/sparc64-linux-gnu',true);
|
||||||
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib64',true);
|
||||||
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib64',true);
|
||||||
{$endif sparc64}
|
{$endif sparc64}
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user