From 752150371453d105514e32e9f17d92a544882bb5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 27 Dec 2006 06:04:03 +0000 Subject: add --enable-secureplt by default --- eclass/toolchain.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 07437880aa0b..e86dd8501bb6 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.318 2006/12/23 02:40:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.319 2006/12/27 06:04:03 vapier Exp $ HOMEPAGE="http://gcc.gnu.org/" LICENSE="GPL-2 LGPL-2.1" @@ -1245,6 +1245,7 @@ gcc_do_configure() { --with-system-zlib \ --disable-checking \ --disable-werror \ + --enable-secureplt \ --disable-libunwind-exceptions" # etype specific configuration -- cgit v1.2.3-65-gdbad