diff options
author | Ryan Hill <rhill@gentoo.org> | 2013-04-17 02:12:36 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2013-04-17 02:12:36 +0000 |
commit | 231598611c4fb3f59e54bdfeb867ac3f8618b575 (patch) | |
tree | 997ae2c66c92aaebe7434e62f52c4a7e5f777489 /eclass | |
parent | Security bumps (bug #466124). (diff) | |
download | historical-231598611c4fb3f59e54bdfeb867ac3f8618b575.tar.gz historical-231598611c4fb3f59e54bdfeb867ac3f8618b575.tar.bz2 historical-231598611c4fb3f59e54bdfeb867ac3f8618b575.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 |