mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
* AArch64 also uses the non-fragile Objective-C ABI
git-svn-id: trunk@29893 -
This commit is contained in:
parent
de2dd592ab
commit
8c89f7ee8f
@ -91,7 +91,7 @@ implementation
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
{ Used by PowerPC/64, ARM, and x86_64 }
|
{ Used by PowerPC/64, ARM, x86_64 and AArch64 }
|
||||||
tobjcrttiwriter_nonfragile = class(tobjcrttiwriter)
|
tobjcrttiwriter_nonfragile = class(tobjcrttiwriter)
|
||||||
protected
|
protected
|
||||||
ObjCEmptyCacheVar,
|
ObjCEmptyCacheVar,
|
||||||
|
@ -285,7 +285,7 @@ interface
|
|||||||
systems_objc_supported = systems_darwin;
|
systems_objc_supported = systems_darwin;
|
||||||
|
|
||||||
{ systems using the non-fragile Objective-C ABI }
|
{ systems using the non-fragile Objective-C ABI }
|
||||||
systems_objc_nfabi = [system_powerpc64_darwin,system_x86_64_darwin,system_arm_darwin,system_i386_iphonesim];
|
systems_objc_nfabi = [system_powerpc64_darwin,system_x86_64_darwin,system_arm_darwin,system_i386_iphonesim,system_aarch64_darwin];
|
||||||
|
|
||||||
{ systems supporting "blocks" }
|
{ systems supporting "blocks" }
|
||||||
systems_blocks_supported = systems_darwin;
|
systems_blocks_supported = systems_darwin;
|
||||||
|
Loading…
Reference in New Issue
Block a user