浏览代码

Accept x86_64_netbsd system for elf64 object writer

git-svn-id: trunk@20744 -
pierre 13 年之前
父节点
当前提交
06c362c02f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 : '';