diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-04-03 17:00:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-04-03 17:00:00 +0000 |
commit | 9f08be90616c8a1de64d488b7ed57a725ee562d0 (patch) | |
tree | 5561e8a3b88cb2b6dc528a309ea8e4c454f74bdb /eclass/multilib-build.eclass | |
parent | unhide ABI_S390 (diff) | |
download | historical-9f08be90616c8a1de64d488b7ed57a725ee562d0.tar.gz historical-9f08be90616c8a1de64d488b7ed57a725ee562d0.tar.bz2 historical-9f08be90616c8a1de64d488b7ed57a725ee562d0.zip |
add s390 abi handling
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 20cc692be4b0..e9d248be5c7d 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.30 2014/03/31 15:32:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.31 2014/04/03 17:00:00 vapier Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: @@ -38,6 +38,8 @@ _MULTILIB_FLAGS=( abi_mips_n32:n32 abi_mips_n64:n64 abi_mips_o32:o32 + abi_s390_32:s390 + abi_s390_64:s390x ) # @ECLASS-VARIABLE: MULTILIB_USEDEP |