mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:09:08 +02:00
* put default libgcc path under if Dontlinkstdlibpath...
git-svn-id: trunk@29447 -
This commit is contained in:
parent
831a876ec5
commit
1b85962ef3
@ -146,6 +146,7 @@ begin
|
||||
{$endif}
|
||||
{$endif arm}
|
||||
{$ifdef x86_64}
|
||||
if not Dontlinkstdlibpath Then
|
||||
LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/x86_64-linux-gnu',true);
|
||||
{$endif x86_64}
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user