summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-07 05:51:21 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-07 05:51:21 +0000
commit4260d07d2209c65299352816fe6e6476d109df77 (patch)
tree08e2273fd95a39acf7472c1cf4afe3de3b46f100 /eclass/toolchain-binutils.eclass
parentBug 159951, marking amd64 stable (diff)
downloadhistorical-4260d07d2209c65299352816fe6e6476d109df77.tar.gz
historical-4260d07d2209c65299352816fe6e6476d109df77.tar.bz2
historical-4260d07d2209c65299352816fe6e6476d109df77.zip
note that --enable-secureplt for binutils is alpha only since people seem to be confused about it
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r--eclass/toolchain-binutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index a467e8544308..0c7e3e4c3b00 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.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-binutils.eclass,v 1.69 2007/01/01 22:27:01 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.70 2007/01/07 05:51:21 vapier Exp $
# We install binutils into CTARGET-VERSION specific directories. This lets
# us easily merge multiple versions for multiple targets (if we wish) and
@@ -178,7 +178,7 @@ toolchain-binutils_src_compile() {
[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
is_cross && myconf="${myconf} --with-sysroot=/usr/${CTARGET}"
# glibc-2.3.6 lacks support for this ...
-# --enable-secureplt
+# --enable-secureplt <- this is an alpha-only option
myconf="--prefix=/usr \
--host=${CHOST} \
--target=${CTARGET} \