* if no dyn. linker is found on linux, assume glibc21

git-svn-id: trunk@1269 -
This commit is contained in:
florian 2005-10-03 17:10:39 +00:00
parent dcab72078b
commit ab88e4b882

View File

@ -254,8 +254,10 @@ begin
libctype:=uclibc;
dynamiclinker:='/lib/ld-uClibc.so.0';
end
else if fileexists('/lib/ld-linux.so.1') then
DynamicLinker:='/lib/ld-linux.so.1'
else
DynamicLinker:='/lib/ld-linux.so.1';
libctype:=glibc21;
{$endif i386}
{$ifdef x86_64}