소스 검색

* 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