* fix default dynamic linker location for 64 bit targets in linux

git-svn-id: trunk@8707 -
This commit is contained in:
micha 2007-09-30 21:20:04 +00:00
parent cd82fd376f
commit c3e587355d

View File

@ -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}