kumquat-buildroot/package/yasm/Config.in
Stefan Froberg 6a81db89eb yasm: New package
[thomas.petazzoni@free-electrons.com:

 drop the --disable-static from configuration options, the default
 behavior should work without problem.

 make sure the pre configure hook is also executed for the host
 variant of the package.

 add the project upstream URL in the package help text
]

Signed-off-by: Stefan Froberg <stefan.froberg@petroprogram.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-08-11 22:27:03 +02:00

10 lines
289 B
Plaintext

config BR2_PACKAGE_YASM
bool "yasm"
depends on BR2_i386 || BR2_x86_64
help
Yasm is a complete rewrite of the NASM-2.10.01 assembler.
It supports the x86 and AMD64 instruction sets, accepts NASM
and GAS assembler syntaxes and outputs binary, ELF32 and ELF64
object formats.