mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* x86_64-android requires sigreturn for proper signal handling.
git-svn-id: trunk@39960 -
This commit is contained in:
parent
7ddf0a635c
commit
d1b1655441
@ -253,13 +253,21 @@ asm
|
||||
end;
|
||||
{$endif cpusparc or cpusparc64}
|
||||
|
||||
{$ifndef android}
|
||||
{$if defined(android)}
|
||||
|
||||
{$if defined(cpux86_64)}
|
||||
{$define NEED_USER_TRAMPOLINE}
|
||||
{$endif}
|
||||
|
||||
{$else not android}
|
||||
|
||||
{$if defined(cpui386) or defined(cpuarm) or defined(cpux86_64)}
|
||||
{$define NEED_USER_TRAMPOLINE}
|
||||
{$endif}
|
||||
{$if defined(cpui386) or defined(cpuarm)}
|
||||
{$define NEED_USER_TRAMPOLINE_RT_DIFFERENT}
|
||||
{$endif}
|
||||
|
||||
{$endif android}
|
||||
|
||||
{$ifdef NEED_USER_TRAMPOLINE}
|
||||
|
Loading…
Reference in New Issue
Block a user