2
0
Эх сурвалжийг харах

Accept i386/x86_64 openbsd systems for elf object writer

git-svn-id: trunk@20718 -
pierre 13 жил өмнө
parent
commit
58ef9b63dd
1 өөрчлөгдсөн 7 нэмэгдсэн , 3 устгасан
  1. 7 3
      compiler/ogelf.pas

+ 7 - 3
compiler/ogelf.pas

@@ -1267,8 +1267,11 @@ implementation
             idtxt  : 'ELF';
             asmbin : '';
             asmcmd : '';
-            supported_targets : [system_i386_linux,system_i386_beos,system_i386_freebsd,system_i386_haiku,system_i386_Netware,system_i386_netwlibc,
-	                              system_i386_solaris,system_i386_embedded];
+            supported_targets : [system_i386_linux,system_i386_beos,
+                                 system_i386_freebsd,system_i386_haiku,
+                                 system_i386_openbsd,system_i386_netbsd,
+                                 system_i386_Netware,system_i386_netwlibc,
+	                         system_i386_solaris,system_i386_embedded];
             flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
             labelprefix : '.L';
             comment : '';
@@ -1282,7 +1285,8 @@ implementation
             idtxt  : 'ELF';
             asmbin : '';
             asmcmd : '';
-            supported_targets : [system_x86_64_linux,system_x86_64_freebsd];
+            supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
+                                 system_x86_64_openbsd];
             flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
             labelprefix : '.L';
             comment : '';