diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-11-21 04:07:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-11-21 04:07:25 +0000 |
commit | af705aefbb03bc44004a6583dd477f19b0433b06 (patch) | |
tree | f266c77e1274f66a84d2a7f1b4db5588390b6801 /eclass/toolchain-binutils.eclass | |
parent | Beta channel bump. (diff) | |
download | gentoo-2-af705aefbb03bc44004a6583dd477f19b0433b06.tar.gz gentoo-2-af705aefbb03bc44004a6583dd477f19b0433b06.tar.bz2 gentoo-2-af705aefbb03bc44004a6583dd477f19b0433b06.zip |
disable dirs specific to gdb in case we have a combined tree #490566
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 4538a21bb942..f48cfacd5899 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.126 2013/11/20 08:13:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.127 2013/11/21 04:07:25 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -290,6 +290,8 @@ toolchain-binutils_src_compile() { --with-bugurl=http://bugs.gentoo.org/ $(use_enable static-libs static) ${EXTRA_ECONF} + # Disable modules that are in a combined binutils/gdb tree. #490566 + --disable-{gdb,libdecnumber,readline,sim} ) echo ./configure "${myconf[@]}" "${S}"/configure "${myconf[@]}" || die |