summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-12 04:32:58 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-12 04:32:58 +0000
commit88080bee90065d14bc03df23018cab6a998145f9 (patch)
tree4103856dcfd1b088270c89526b13b7d086b563fa /eclass
parentChanges for ppc64 hardened (diff)
downloadgentoo-2-88080bee90065d14bc03df23018cab6a998145f9.tar.gz
gentoo-2-88080bee90065d14bc03df23018cab6a998145f9.tar.bz2
gentoo-2-88080bee90065d14bc03df23018cab6a998145f9.zip
disable werror
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-binutils.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index c69819cd3a70..61639fd2dab8 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.33 2005/04/11 06:03:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.34 2005/04/12 04:32:58 vapier Exp $
# We install binutils into CTARGET-VERSION specific directories. This lets
# us easily merge multiple versions for multiple targets (if we wish) and
@@ -103,6 +103,7 @@ toolchain-binutils_src_compile() {
--includedir=${INCPATH} \
--enable-shared \
--enable-64-bit-bfd \
+ --disable-werror \
${myconf} ${EXTRA_ECONF}"
echo ./configure ${myconf}
"${S}"/configure ${myconf} || die "configure failed"