Переглянути джерело

* 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 -

marco 20 роки тому
батько
коміт
2f0fa8a41e
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      compiler/systems/t_linux.pas

+ 1 - 0
compiler/systems/t_linux.pas

@@ -230,6 +230,7 @@ begin
 {$endif m68k}
 
 {$ifdef i386}
+     libctype:=glibc21;
      { first try glibc2 }
      DynamicLinker:='/lib/ld-linux.so.2';
      if FileExists(DynamicLinker) then