mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 14:46:02 +02:00
+ Add target_x86_64_solaris constant
git-svn-id: trunk@14221 -
This commit is contained in:
parent
9e44456f81
commit
57b0a1b0da
@ -145,7 +145,8 @@ interface
|
||||
system_x86_64_darwin, { 61 }
|
||||
system_avr_embedded, { 62 }
|
||||
system_i386_haiku, { 63 }
|
||||
system_arm_darwin { 64 }
|
||||
system_arm_darwin, { 64 }
|
||||
system_x86_64_solaris { 65 }
|
||||
);
|
||||
|
||||
type
|
||||
|
@ -195,7 +195,8 @@ type
|
||||
target_x86_64_darwin, { 61 }
|
||||
target_avr_embedded, { 62 }
|
||||
target_i386_haiku, { 63 }
|
||||
target_arm_darwin { 64 }
|
||||
target_arm_darwin, { 64 }
|
||||
target_x86_64_solaris { 65 }
|
||||
);
|
||||
const
|
||||
Targets : array[ttarget] of string[18]=(
|
||||
@ -263,7 +264,8 @@ const
|
||||
{ 61 } 'MacOSX-x64',
|
||||
{ 62 } 'Embedded-avr',
|
||||
{ 63 } 'Haiku-i386',
|
||||
{ 64 } 'Darwin-ARM'
|
||||
{ 64 } 'Darwin-ARM',
|
||||
{ 65 } 'Solaris-x86-64'
|
||||
);
|
||||
begin
|
||||
if w<=ord(high(ttarget)) then
|
||||
|
Loading…
Reference in New Issue
Block a user