瀏覽代碼

* libctype is not needed, since only bionic is supported anyway.

git-svn-id: branches/targetandroid@23285 -
yury 12 年之前
父節點
當前提交
9b5511adac
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      compiler/systems/t_android.pas

+ 0 - 6
compiler/systems/t_android.pas

@@ -44,7 +44,6 @@ interface
 
     tlinkerandroid=class(texternallinker)
     private
-      libctype:(bionic);
       prtobj  : string[80];
       reorder : boolean;
       Function  WriteResponseFile(isdll:boolean) : Boolean;
@@ -137,11 +136,6 @@ begin
      ExtDbgCmd[1]:='objcopy --only-keep-debug $EXE $DBG';
      ExtDbgCmd[2]:='objcopy --add-gnu-debuglink=$DBG $EXE';
      ExtDbgCmd[3]:='strip --strip-unneeded $EXE';
-
-     {
-       There is only one C library on android, the bionic libc
-     }
-     libctype:=bionic;
      DynamicLinker:='/system/bin/linker';
    end;
 end;