瀏覽代碼

--- Merging r41709 into '.':
C compiler/systems.pas
--- Recording mergeinfo for merge of r41709 into '.':
U .
Summary of conflicts:
Text conflicts: 1

# revisions: 41709

git-svn-id: branches/fixes_3_2@41989 -

marco 6 年之前
父節點
當前提交
9d2f071ea2
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      compiler/systems.pas

+ 3 - 1
compiler/systems.pas

@@ -338,7 +338,9 @@ interface
 
        systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,
                                    system_i386_linux,system_powerpc64_linux,system_sparc64_linux,system_x86_64_linux,
-                                   system_m68k_atari,system_m68k_palmos
+                                   system_m68k_atari,system_m68k_palmos,
+                                   system_x86_64_openbsd
+
                                   ]+systems_darwin+systems_amigalike;
 
        { all systems that use garbage collection for reference-counted types }