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