mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 10:29:29 +02:00
* libctype inited to glibc21. If dynlinker didn't exist, it was basically
random. See also bug #4408, since there is more to fix in this part of the code. git-svn-id: branches/fixes_2_0@1268 -
This commit is contained in:
parent
201ebbc6db
commit
2f0fa8a41e
@ -230,6 +230,7 @@ begin
|
||||
{$endif m68k}
|
||||
|
||||
{$ifdef i386}
|
||||
libctype:=glibc21;
|
||||
{ first try glibc2 }
|
||||
DynamicLinker:='/lib/ld-linux.so.2';
|
||||
if FileExists(DynamicLinker) then
|
||||
|
Loading…
Reference in New Issue
Block a user