2
0
Эх сурвалжийг харах

* put default libgcc path under if Dontlinkstdlibpath...

git-svn-id: trunk@29447 -
marco 10 жил өмнө
parent
commit
1b85962ef3

+ 1 - 0
compiler/systems/t_linux.pas

@@ -146,6 +146,7 @@ begin
 {$endif}
 {$endif}
 {$endif arm}
 {$endif arm}
 {$ifdef x86_64}
 {$ifdef x86_64}
+  if not Dontlinkstdlibpath Then
     LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/x86_64-linux-gnu',true);
     LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/x86_64-linux-gnu',true);
 {$endif x86_64}
 {$endif x86_64}
 end;
 end;