configs/imx6ulpico: Use common script for image generation
[buildroot-gz.git] / package / yasm / Config.in
blob2dc25aadb21c895c7c60023337c7900dd0e77760
1 config 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.
10           http://www.tortall.net/projects/yasm/