diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-10-17 19:13:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-10-17 19:13:18 +0000 |
commit | 31b82dde0636e0ba7b8f575e19419ddad31081da (patch) | |
tree | 4f98ce61b29f1572c9c604a74d97c0151d73050a /eclass/multilib.eclass | |
parent | add ~arm, bug #430072 (diff) | |
download | gentoo-2-31b82dde0636e0ba7b8f575e19419ddad31081da.tar.gz gentoo-2-31b82dde0636e0ba7b8f575e19419ddad31081da.tar.bz2 gentoo-2-31b82dde0636e0ba7b8f575e19419ddad31081da.zip |
only enable multilib by default for sparc64 targets #397449 by Sergei Trofimovich
Diffstat (limited to 'eclass/multilib.eclass')
-rw-r--r-- | eclass/multilib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 340f174af7d0..65b9ca65370e 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.100 2012/08/27 15:04:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.101 2012/10/17 19:13:18 vapier Exp $ # @ECLASS: multilib.eclass # @MAINTAINER: @@ -361,7 +361,7 @@ multilib_env() { : ${MULTILIB_ABIS=s390x s390} : ${DEFAULT_ABI=s390x} ;; - sparc*) + sparc64*) export CFLAGS_sparc32=${CFLAGS_sparc32--m32} export CHOST_sparc32=${CTARGET/sparc64/sparc} export CTARGET_sparc32=${CHOST_sparc32} |