summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-01-01 22:27:01 +0000
committerSven Wegener <swegener@gentoo.org>2007-01-01 22:27:01 +0000
commit5d1ebc57fb08d0e022aa73c8a32396d935f1db47 (patch)
tree476944b55595f25b4b360552f382cde3ed318d18 /eclass/toolchain-binutils.eclass
parentVersion bump (diff)
downloadgentoo-2-5d1ebc57fb08d0e022aa73c8a32396d935f1db47.tar.gz
gentoo-2-5d1ebc57fb08d0e022aa73c8a32396d935f1db47.tar.bz2
gentoo-2-5d1ebc57fb08d0e022aa73c8a32396d935f1db47.zip
Apply whitespace checks from repoman to eclasses.
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 52630da88525..a467e8544308 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.68 2007/01/01 14:14:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.69 2007/01/01 22:27:01 swegener 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
myconf="--prefix=/usr \
--host=${CHOST} \
--target=${CTARGET} \