diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-03 07:48:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-03 07:48:49 +0000 |
commit | a03931fca4b427662e814e236d2c1911b5fd4e51 (patch) | |
tree | d97b88551f3d108911cc83e54a570fdf7bda0884 /eclass/multilib-build.eclass | |
parent | x86/amd64 stable, security bug #515034, thank Andreis Vinogradovs ( slepnoga ... (diff) | |
download | historical-a03931fca4b427662e814e236d2c1911b5fd4e51.tar.gz historical-a03931fca4b427662e814e236d2c1911b5fd4e51.tar.bz2 historical-a03931fca4b427662e814e236d2c1911b5fd4e51.zip |
Re-enable multilib flags for s390.
Diffstat (limited to 'eclass/multilib-build.eclass')
-rw-r--r-- | eclass/multilib-build.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index ba3ebc044bda..3365b4e1d588 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.59 2014/06/29 08:32:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.60 2014/07/03 07:48:49 mgorny Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: @@ -46,6 +46,8 @@ _MULTILIB_FLAGS=( abi_mips_o32:o32 abi_ppc_32:ppc abi_ppc_64:ppc64 + abi_s390_32:s390 + abi_s390_64:s390x ) # @ECLASS-VARIABLE: MULTILIB_COMPAT |