diff --git a/compiler/systems.pas b/compiler/systems.pas index 88157409b0..987dcee820 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -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 diff --git a/compiler/utils/ppudump.pp b/compiler/utils/ppudump.pp index 99a8c83ba1..648ec3ab0d 100644 --- a/compiler/utils/ppudump.pp +++ b/compiler/utils/ppudump.pp @@ -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