summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-03-05 18:55:47 +0000
committerMike Frysinger <vapier@gentoo.org>2012-03-05 18:55:47 +0000
commit179261d63c402aff8c02aa51f45e5052f3435979 (patch)
tree6a3ee88e415200f994d61951eee5706a501da85d /eclass
parentUpdate upower dep, thanks to Brent Baude for reporting. (diff)
downloadhistorical-179261d63c402aff8c02aa51f45e5052f3435979.tar.gz
historical-179261d63c402aff8c02aa51f45e5052f3435979.tar.bz2
historical-179261d63c402aff8c02aa51f45e5052f3435979.zip
pass --enable-threads for gold
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 7fd93b81d088..34b42b7e1f22 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.110 2012/03/05 05:13:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.111 2012/03/05 18:55:47 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
#
@@ -264,6 +264,7 @@ toolchain-binutils_src_compile() {
--includedir=${INCPATH} \
--enable-64-bit-bfd \
--enable-shared \
+ --enable-threads \
--disable-werror \
--with-bugurl=http://bugs.gentoo.org/ \
$(use_enable static-libs static) \