diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-30 06:29:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-30 06:29:21 +0000 |
commit | 820beeac532d767e2498c86921f04ab645461a80 (patch) | |
tree | 48bfdaa8bb8bad314dc3e3bec1779b7353bcf660 /sys-libs/glibc/files/eblits/src_compile.eblit | |
parent | standardize output a bit (diff) | |
download | historical-820beeac532d767e2498c86921f04ab645461a80.tar.gz historical-820beeac532d767e2498c86921f04ab645461a80.tar.bz2 historical-820beeac532d767e2498c86921f04ab645461a80.zip |
Take care of checking binutils gnu indirect support ourselves for now #336792 by Sergei Trofimovich.
Package-Manager: portage-2.2_rc86/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/glibc/files/eblits/src_compile.eblit')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index 0abce11d9896..eb0dfc053a25 100644 --- a/sys-libs/glibc/files/eblits/src_compile.eblit +++ b/sys-libs/glibc/files/eblits/src_compile.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.14 2010/09/30 06:27:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.15 2010/09/30 06:29:21 vapier Exp $ glibc_do_configure() { local myconf @@ -85,6 +85,7 @@ glibc_do_configure() { --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/$(get_libdir)/misc/glibc + $(use_multiarch || echo --disable-multi-arch) ${EXTRA_ECONF}" # There is no configure option for this and we need to export it |