mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 20:50:30 +02:00
* arm-android: Use kuser_cmpxchg for Interlocked* functions when RTL is compiled for the ARMv5t CPU.
git-svn-id: trunk@32072 -
This commit is contained in:
parent
57204b2404
commit
0d9d730efe
@ -14,6 +14,8 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$if defined(LINUX) and (defined(CPUARMEL) or defined(CPUARMHF))}
|
||||
{$define SYSTEM_HAS_KUSER_CMPXCHG} // system has kuser_cmpxchg method
|
||||
{$if defined(LINUX) or defined(ANDROID)}
|
||||
{$if defined(CPUARMEL) or defined(CPUARMHF)}
|
||||
{$define SYSTEM_HAS_KUSER_CMPXCHG} // system has kuser_cmpxchg method
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user