Browse Source

fixed zipinstall after r36418

git-svn-id: trunk@36419 -
Károly Balogh 8 years ago
parent
commit
365d774ca7
2 changed files with 8 additions and 4 deletions
  1. 4 2
      compiler/entfile.pas
  2. 4 2
      compiler/utils/ppuutils/ppudump.pp

+ 4 - 2
compiler/entfile.pas

@@ -152,7 +152,8 @@ const
     { 14 } 32 {'jvm'},
     { 14 } 32 {'jvm'},
     { 15 } 16 {'i8086'},
     { 15 } 16 {'i8086'},
     { 16 } 64 {'aarch64'},
     { 16 } 64 {'aarch64'},
-    { 17 } 32 {'wasm'}
+    { 17 } 32 {'wasm'},
+    { 18 } 64 {'sparc64'}
     );
     );
   CpuAluBitSize : array[tsystemcpu] of longint =
   CpuAluBitSize : array[tsystemcpu] of longint =
     (
     (
@@ -173,7 +174,8 @@ const
     { 14 } 64 {'jvm'},
     { 14 } 64 {'jvm'},
     { 15 } 16 {'i8086'},
     { 15 } 16 {'i8086'},
     { 16 } 64 {'aarch64'},
     { 16 } 64 {'aarch64'},
-    { 17 } 64 {'wasm'}
+    { 17 } 64 {'wasm'},
+    { 18 } 64 {'sparc64'}
     );
     );
 {$endif generic_cpu}
 {$endif generic_cpu}
 
 

+ 4 - 2
compiler/utils/ppuutils/ppudump.pp

@@ -79,7 +79,8 @@ const
     { 14 } 'jvm',
     { 14 } 'jvm',
     { 15 } 'i8086',
     { 15 } 'i8086',
     { 16 } 'aarch64',
     { 16 } 'aarch64',
-    { 17 } 'wasm'
+    { 17 } 'wasm',
+    { 18 } 'sparc64'
     );
     );
 
 
 { List of all supported system-cpu couples }
 { List of all supported system-cpu couples }
@@ -177,7 +178,8 @@ const
   { 89 }  'Win16',
   { 89 }  'Win16',
   { 90 }  'Embedded-i8086',
   { 90 }  'Embedded-i8086',
   { 91 }  'AROS-arm',
   { 91 }  'AROS-arm',
-  { 92 }  'WebAssembly-wasm'
+  { 92 }  'WebAssembly-wasm',
+  { 93 }  'Linux-sparc64'
   );
   );
 
 
 const
 const