mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 15:41:09 +01:00
* fix default dynamic linker location for 64 bit targets in linux
git-svn-id: trunk@8707 -
This commit is contained in:
parent
cd82fd376f
commit
c3e587355d
@ -264,7 +264,7 @@ begin
|
||||
{$endif}
|
||||
|
||||
{$ifdef x86_64}
|
||||
defdynlinker:='/lib/ld-linux-x86-64.so.2';
|
||||
defdynlinker:='/lib64/ld-linux-x86-64.so.2';
|
||||
{$endif x86_64}
|
||||
|
||||
{$ifdef sparc}
|
||||
@ -276,7 +276,7 @@ begin
|
||||
{$endif powerpc}
|
||||
|
||||
{$ifdef powerpc64}
|
||||
defdynlinker:='/lib/ld64.so.1';
|
||||
defdynlinker:='/lib64/ld64.so.1';
|
||||
{$endif powerpc64}
|
||||
|
||||
{$ifdef arm}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user