summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2013-04-17 02:31:58 +0000
committerRyan Hill <dirtyepic@gentoo.org>2013-04-17 02:31:58 +0000
commit10b23777264c3a779f2ecddade80894bd0bf01ef (patch)
tree85051f97748eb1b53c7ae7da86b0f73f9992c0f2 /eclass/toolchain.eclass
parentMultiarch got backported to 4.6/4.7. 4.6.4 will be handled by patch since th... (diff)
downloadgentoo-2-10b23777264c3a779f2ecddade80894bd0bf01ef.tar.gz
gentoo-2-10b23777264c3a779f2ecddade80894bd0bf01ef.tar.bz2
gentoo-2-10b23777264c3a779f2ecddade80894bd0bf01ef.zip
Since this is conditional code 4.6.4 will have to be handled here after all.
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 6ec4ec8a6db8..e8b72c9a85e4 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.582 2013/04/17 02:12:36 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.583 2013/04/17 02:31:58 dirtyepic Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1970,12 +1970,12 @@ setup_multilib_osdirnames() {
config+="/t-linux64"
local sed_args=()
- if tc_version_is_at_least 4.7 ; then
+ if tc_version_is_at_least 4.6 ; then
sed_args+=( -e 's:$[(]call if_multiarch[^)]*[)]::g' )
fi
if [[ ${SYMLINK_LIB} == "yes" ]] ; then
einfo "updating multilib directories to be: ${libdirs}"
- if tc_version_is_at_least 4.7 ; then
+ if tc_version_is_at_least 4.6.4 || tc_version_is_at_least 4.7 ; then
sed_args+=( -e '/^MULTILIB_OSDIRNAMES.*lib32/s:[$][(]if.*):../lib32:' )
else
sed_args+=( -e "/^MULTILIB_OSDIRNAMES/s:=.*:= ${libdirs}:" )