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