mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 10:39:33 +02:00
+ Darwin/AArch64 system identifier
git-svn-id: trunk@29869 -
This commit is contained in:
parent
0af4f3e3fb
commit
bedcc5cbb1
@ -165,7 +165,8 @@
|
||||
system_mipsel_embedded, { 82 }
|
||||
system_i386_aros, { 83 }
|
||||
system_x86_64_aros, { 84 }
|
||||
system_x86_64_dragonfly { 85 }
|
||||
system_x86_64_dragonfly, { 85 }
|
||||
system_aarch64_darwin { 85 }
|
||||
);
|
||||
|
||||
type
|
||||
|
@ -167,7 +167,8 @@ const
|
||||
{ 82 } 'Embedded-mipsel',
|
||||
{ 83 } 'AROS-i386',
|
||||
{ 84 } 'AROS-x86-64',
|
||||
{ 85 } 'DragonFly-x86-64'
|
||||
{ 85 } 'DragonFly-x86-64',
|
||||
{ 85 } 'Darwin-AArch64'
|
||||
);
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user