From 93f28e5e39e921499cbe37f8ae8f883d2f10f4d7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:22:10 +0100 Subject: [PATCH] gcc: add autoreconf support, enable LTO and GOLD support Signed-off-by: Stephan Raue --- packages/toolchain/lang/gcc/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/lang/gcc/meta b/packages/toolchain/lang/gcc/meta index da0dd23433..0a423669ef 100644 --- a/packages/toolchain/lang/gcc/meta +++ b/packages/toolchain/lang/gcc/meta @@ -13,4 +13,6 @@ PKG_SHORTDESC="gcc: The GNU Compiler Collection Version 4 (aka GNU C Compiler)" PKG_LONGDESC="This package contains the GNU Compiler Collection. It includes compilers for the languages C, C++, Objective C, Fortran 95, Java and others ... This GCC contains the Stack-Smashing Protector Patch which can be enabled with the -fstack-protector command-line option. More information about it ca be found at http://www.research.ibm.com/trl/projects/security/ssp/." PKG_IS_ADDON="no" +PKG_AUTORECONF="no" + #PKG_URL="ftp://ftp.gwdg.de/pub/misc/gcc/releases/$PKG_NAME-$PKG_VERSION/$PKG_NAME-core-$PKG_VERSION.tar.bz2 ftp://ftp.gwdg.de/pub/misc/gcc/releases/$PKG_NAME-$PKG_VERSION/$PKG_NAME-g++-$PKG_VERSION.tar.bz2"