Browse Source

Add openbsd/netbsd x86_64 systems to list using 16 for size of cextended type

git-svn-id: trunk@20749 -
pierre 13 years ago
parent
commit
02479d0409
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/symdef.pas

+ 1 - 0
compiler/symdef.pas

@@ -2059,6 +2059,7 @@ implementation
            sc80real:
              if target_info.system in [system_i386_darwin,system_i386_iphonesim,system_x86_64_darwin,
                   system_x86_64_linux,system_x86_64_freebsd,
+                  system_x86_64_openbsd,system_x86_64_netbsd,
                   system_x86_64_solaris,system_x86_64_embedded] then
                savesize:=16
              else