|
@@ -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 : '';
|