Quellcode durchsuchen

* Add system_x86_64_netbsd system

git-svn-id: trunk@20730 -
pierre vor 13 Jahren
Ursprung
Commit
6907539691
3 geänderte Dateien mit 6 neuen und 3 gelöschten Zeilen
  1. 2 1
      compiler/systems.inc
  2. 2 1
      compiler/systems.pas
  3. 2 1
      compiler/utils/ppudump.pp

+ 2 - 1
compiler/systems.inc

@@ -147,7 +147,8 @@
              system_i386_nativent,      { 68 }
              system_i386_iphonesim,     { 69 }
              system_powerpc_wii,        { 70 }
-             system_x86_64_openbsd      { 71 }
+             system_x86_64_openbsd,     { 71 }
+             system_x86_64_netbsd       { 72 }
        );
 
      type

+ 2 - 1
compiler/systems.pas

@@ -219,7 +219,8 @@ interface
                           system_x86_64_freebsd];
        systems_netbsd  = [system_i386_netbsd,
                           system_m68k_netbsd,
-                          system_powerpc_netbsd];
+                          system_powerpc_netbsd,
+                          system_x86_64_netbsd];
        systems_openbsd = [system_i386_openbsd,
                           system_m68k_openbsd,
                           system_x86_64_openbsd];

+ 2 - 1
compiler/utils/ppudump.pp

@@ -148,7 +148,8 @@ const
   { 68 }  'NativeNT-i386',
   { 69 }  'iPhoneSim-i386',
   { 70 }  'Wii-powerpc',
-  { 71 }  'OpenBSD-x86-64'
+  { 71 }  'OpenBSD-x86-64',
+  { 72 }  'NetBSD-x86-64'
   );
 
 const