Browse Source

--- 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 years ago
parent
commit
9d2f071ea2
1 changed files with 3 additions and 1 deletions
  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 }