mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 01:30:35 +02:00
* libctype is not needed, since only bionic is supported anyway.
git-svn-id: branches/targetandroid@23285 -
This commit is contained in:
parent
6ccb152647
commit
9b5511adac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user