diff options
author | 2014-07-03 17:45:26 +0000 | |
---|---|---|
committer | 2014-07-03 17:45:26 +0000 | |
commit | 73a9ee4d79afe5706ff5104dc4dd7158c0b5dbaa (patch) | |
tree | 87323c3c689056265f236dae8997b6d02c88680c /eclass/multilib-build.eclass | |
parent | Add some multilib vars necessary for multilib.eclass (diff) | |
download | gentoo-2-73a9ee4d79afe5706ff5104dc4dd7158c0b5dbaa.tar.gz gentoo-2-73a9ee4d79afe5706ff5104dc4dd7158c0b5dbaa.tar.bz2 gentoo-2-73a9ee4d79afe5706ff5104dc4dd7158c0b5dbaa.zip |
Add some Prefix hosts to _MULTILIB_FLAGS
Diffstat (limited to 'eclass/multilib-build.eclass')
-rw-r--r-- | eclass/multilib-build.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 94a6db401bd0..533cf167c815 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.61 2014/07/03 08:27:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.62 2014/07/03 17:45:26 grobian Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: @@ -38,13 +38,13 @@ inherit multibuild multilib # ensure that every *preliminary* work is done and the multilib can be # extended safely. _MULTILIB_FLAGS=( - abi_x86_32:x86,x86_fbsd - abi_x86_64:amd64,amd64_fbsd + abi_x86_32:x86,x86_fbsd,x86_freebsd,x86_linux,x86_macos,x86_solaris + abi_x86_64:amd64,amd64_fbsd,x64_freebsd,amd64_linux,x64_macos,x64_solaris abi_x86_x32:x32 abi_mips_n32:n32 abi_mips_n64:n64 abi_mips_o32:o32 - abi_ppc_32:ppc + abi_ppc_32:ppc,ppc_aix,ppc_macos abi_ppc_64:ppc64 abi_s390_32:s390 abi_s390_64:s390x |