Explorar el Código

Accept x86_64_netbsd system for elf64 object writer

git-svn-id: trunk@20744 -
pierre hace 13 años
padre
commit
06c362c02f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/ogelf.pas

+ 1 - 1
compiler/ogelf.pas

@@ -1286,7 +1286,7 @@ implementation
             asmbin : '';
             asmcmd : '';
             supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
-                                 system_x86_64_openbsd];
+                                 system_x86_64_openbsd,system_x86_64_netbsd];
             flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
             labelprefix : '.L';
             comment : '';