From 1ad7a608c2ec16228198b2c78161287f32e99a4b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:22:10 +0100 Subject: [PATCH] yasm: add autoreconf support, enable LTO and GOLD support Signed-off-by: Stephan Raue --- packages/toolchain/lang/yasm/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/lang/yasm/meta b/packages/toolchain/lang/yasm/meta index 1da00fc090..6fb3b2fb3a 100644 --- a/packages/toolchain/lang/yasm/meta +++ b/packages/toolchain/lang/yasm/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/lang" PKG_SHORTDESC="yasm: A complete rewrite of the NASM assembler" PKG_LONGDESC="Yasm is a complete rewrite of the NASM assembler under the new BSD License (some portions are under other licenses, see COPYING for details). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats and even multiple instruction sets. Another primary module of the overall design is an optimizer module." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"