xref: /OK3568_Linux_fs/buildroot/package/yasm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_YASM
2	bool "yasm"
3	depends on BR2_i386 || BR2_x86_64
4	help
5	  Yasm is a complete rewrite of the NASM-2.10.01 assembler.
6	  It supports the x86 and AMD64 instruction sets, accepts NASM
7	  and GAS assembler syntaxes and outputs binary, ELF32 and ELF64
8	  object formats.
9
10	  http://www.tortall.net/projects/yasm/
11