Browse Source

+ Add target_x86_64_solaris constant

git-svn-id: trunk@14221 -
pierre 15 years ago
parent
commit
57b0a1b0da
2 changed files with 6 additions and 3 deletions
  1. 2 1
      compiler/systems.pas
  2. 4 2
      compiler/utils/ppudump.pp

+ 2 - 1
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

+ 4 - 2
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