diff options
author | 2012-05-31 17:45:08 +0000 | |
---|---|---|
committer | 2012-05-31 17:45:08 +0000 | |
commit | 46e8c0e993c1401c5534f68695cdfa0af01f78f2 (patch) | |
tree | 82059ae7d18c5488203fa4ebc65ba5c0696d2fa2 /eclass/toolchain-binutils.eclass | |
parent | Conditionally apply fix for >=poppler-0.20 (bug #418167 by James Cloos, patch... (diff) | |
download | gentoo-2-46e8c0e993c1401c5534f68695cdfa0af01f78f2.tar.gz gentoo-2-46e8c0e993c1401c5534f68695cdfa0af01f78f2.tar.bz2 gentoo-2-46e8c0e993c1401c5534f68695cdfa0af01f78f2.zip |
pass --enable-obsolete for end users to use older (unsupported) targets #418397 by cJ
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index a1db31be7e4a..2f74ef841abf 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.114 2012/05/03 02:32:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.115 2012/05/31 17:45:08 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -272,6 +272,7 @@ toolchain-binutils_src_compile() { --libexecdir=${LIBPATH} \ --includedir=${INCPATH} \ --enable-64-bit-bfd \ + --enable-obsolete \ --enable-shared \ --enable-threads \ --disable-werror \ |