Add x86_64-solaris to the list of supported targetss for as_x86_64_elf64 binary writer

git-svn-id: trunk@29574 -
This commit is contained in:
pierre 2015-01-28 22:52:01 +00:00
parent 608b14ab4e
commit c7e939b243

View File

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