+ Add target_x86_64_solaris constant

git-svn-id: trunk@14221 -
This commit is contained in:
pierre 2009-11-20 10:51:02 +00:00
parent 9e44456f81
commit 57b0a1b0da
2 changed files with 6 additions and 3 deletions

View File

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

View File

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