diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 17:45:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 17:45:08 +0000 |
commit | 46e8c0e993c1401c5534f68695cdfa0af01f78f2 (patch) | |
tree | 82059ae7d18c5488203fa4ebc65ba5c0696d2fa2 /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')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 3 | ||||
-rw-r--r-- | eclass/toolchain.eclass | 3 |
2 files changed, 4 insertions, 2 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 \ diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a152ecf813bc..cf455b533185 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.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.eclass,v 1.540 2012/05/30 15:47:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.541 2012/05/31 17:45:08 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1108,6 +1108,7 @@ gcc_do_configure() { # reasonably sane globals (hopefully) confgcc+=" \ --with-system-zlib \ + --enable-obsolete \ --disable-werror \ --enable-secureplt" |