summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2009-01-02 00:09:43 +0000
committerNed Ludd <solar@gentoo.org>2009-01-02 00:09:43 +0000
commit98557d8fc66d20e5fef3abe99ae4e1792a9e3807 (patch)
tree4a60bdc551813e3dec10ee60037ec9e3ec2b6ea2 /eclass/toolchain.eclass
parentamd64 stable wrt security bug #251044 (diff)
downloadgentoo-2-98557d8fc66d20e5fef3abe99ae4e1792a9e3807.tar.gz
gentoo-2-98557d8fc66d20e5fef3abe99ae4e1792a9e3807.tar.bz2
gentoo-2-98557d8fc66d20e5fef3abe99ae4e1792a9e3807.zip
- relro is no longer needed in specs as it is a default
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 4e0e5d4f327d..a4eeaca777e0 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.373 2009/01/01 06:26:11 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.374 2009/01/02 00:09:43 solar Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -709,7 +709,7 @@ setup_minispecs_gcc_build_specs() {
if hardened_gcc_works pie ; then
cat "${WORKDIR}"/specs/pie.specs >> "${WORKDIR}"/build.specs
fi
- for s in nostrict znow zrelro; do
+ for s in nostrict znow; do
cat "${WORKDIR}"/specs/${s}.specs >> "${WORKDIR}"/build.specs
done
export GCC_SPECS="${WORKDIR}"/build.specs