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

git-svn-id: branches/targetandroid@23285 -
This commit is contained in:
yury 2013-01-01 23:59:48 +00:00
parent 6ccb152647
commit 9b5511adac

View File

@ -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;