summaryrefslogtreecommitdiffstats
path: root/rules/host-yasm.in
blob: 6c9174279b2d7debf4283170d186ac863c087641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=hosttools_noprompt

config HOST_YASM
	tristate
	default y if ALLYES
	help
	  modular assembler with multiple syntaxes support

	  Yasm is a complete rewrite of the NASM assembler. It
	  supports multiple assembler syntaxes (eg, NASM, GAS, etc.)
	  in addition to multiple output object formats (binary
	  objects, COFF, Win32, ELF32, ELF64) and even multiple
	  instruction sets (including AMD64). It also has an optimiser
	  module.