Sfoglia il codice sorgente

+ Add system_x86_64_openbsd system

git-svn-id: trunk@20714 -
pierre 13 anni fa
parent
commit
2794ce5c09
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 2 1
      compiler/systems.inc
  2. 2 1
      compiler/utils/ppudump.pp

+ 2 - 1
compiler/systems.inc

@@ -146,7 +146,8 @@
              system_mipsel_linux,       { 67 }
              system_i386_nativent,      { 68 }
              system_i386_iphonesim,     { 69 }
-             system_powerpc_wii         { 70 }
+             system_powerpc_wii,        { 70 }
+             system_x86_64_openbsd      { 71 }
        );
 
      type

+ 2 - 1
compiler/utils/ppudump.pp

@@ -147,7 +147,8 @@ const
   { 67 }  'Linux-MIPSel',
   { 68 }  'NativeNT-i386',
   { 69 }  'iPhoneSim-i386',
-  { 70 }  'Wii-powerpc'
+  { 70 }  'Wii-powerpc',
+  { 71 }  'OpenBSD-x86-64'
   );
 
 const