mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-30 18:06:05 +02:00
+ AArch64 Darwin abi declaration
git-svn-id: trunk@29861 -
This commit is contained in:
parent
7fbc44471b
commit
edef6b2a0a
@ -282,6 +282,7 @@
|
||||
,abi_powerpc_sysv,abi_powerpc_aix
|
||||
,abi_eabi,abi_armeb,abi_eabihf
|
||||
,abi_old_win32_gnu
|
||||
,abi_aarch64_darwin
|
||||
);
|
||||
|
||||
|
||||
|
@ -360,7 +360,8 @@ interface
|
||||
(name: 'EABI' ; supported:{$ifdef FPC_ARMEL}true{$else}false{$endif}),
|
||||
(name: 'ARMEB' ; supported:{$ifdef FPC_ARMEB}true{$else}false{$endif}),
|
||||
(name: 'EABIHF' ; supported:{$ifdef FPC_ARMHF}true{$else}false{$endif}),
|
||||
(name: 'OLDWIN32GNU'; supported:{$ifdef I386}true{$else}false{$endif})
|
||||
(name: 'OLDWIN32GNU'; supported:{$ifdef I386}true{$else}false{$endif}),
|
||||
(name: 'AARCH64IOS'; supported:{$ifdef aarch64}true{$else}false{$endif})
|
||||
);
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user