+ Add system_x86_64_openbsd to list of supported systems for as assembler

git-svn-id: trunk@20716 -
This commit is contained in:
pierre 2012-04-05 21:08:14 +00:00
parent 7e71e1d3a0
commit 2b5cadf271

View File

@ -334,7 +334,9 @@ interface
idtxt : 'AS';
asmbin : 'as';
asmcmd : '--64 -o $OBJ $ASM';
supported_targets : [system_x86_64_linux,system_x86_64_freebsd,system_x86_64_win64,system_x86_64_embedded];
supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
system_x86_64_win64,system_x86_64_embedded,
system_x86_64_openbsd];
flags : [af_allowdirect,af_needar,af_smartlink_sections,af_supports_dwarf];
labelprefix : '.L';
comment : '# ';