diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-04-17 02:12:36 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-04-17 02:12:36 +0000 |
commit | 05b17dd412bfc3bf57370263657e3e8059affa97 (patch) | |
tree | a4864d7c1b3daa0ccab0c625a0a45e1243237191 /eclass | |
parent | Security bumps (bug #466124). (diff) | |
download | gentoo-2-05b17dd412bfc3bf57370263657e3e8059affa97.tar.gz gentoo-2-05b17dd412bfc3bf57370263657e3e8059affa97.tar.bz2 gentoo-2-05b17dd412bfc3bf57370263657e3e8059affa97.zip |
Multiarch got backported to 4.6/4.7. 4.6.4 will be handled by patch since things are even more broken there.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 437ee4642044..6ec4ec8a6db8 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.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.eclass,v 1.581 2013/04/10 19:16:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.582 2013/04/17 02:12:36 dirtyepic Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1970,7 +1970,7 @@ setup_multilib_osdirnames() { config+="/t-linux64" local sed_args=() - if tc_version_is_at_least 4.8 ; then + if tc_version_is_at_least 4.7 ; then sed_args+=( -e 's:$[(]call if_multiarch[^)]*[)]::g' ) fi if [[ ${SYMLINK_LIB} == "yes" ]] ; then |