mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +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;
|
||||
|
||||
|
||||
{ Used by PowerPC/64, ARM, and x86_64 }
|
||||
{ Used by PowerPC/64, ARM, x86_64 and AArch64 }
|
||||
tobjcrttiwriter_nonfragile = class(tobjcrttiwriter)
|
||||
protected
|
||||
ObjCEmptyCacheVar,
|
||||
|
@ -285,7 +285,7 @@ interface
|
||||
systems_objc_supported = systems_darwin;
|
||||
|
||||
{ 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_blocks_supported = systems_darwin;
|
||||
|
Loading…
Reference in New Issue
Block a user