profiles: initial musl amd64/x32 profile support.

This commit is contained in:
Anthony G. Basile
2015-08-30 23:55:17 -04:00
parent 8e965db2ca
commit 6fc3deba29
6 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2015 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Id$
CHOST="x86_64-gentoo-linux-muslx32"
# Anthony G. Basile <blueness@gentoo.org> (31 Aug 2015)
# Multilib-related setup, bug #515130
ABI="x32"
DEFAULT_ABI="x32"
MULTILIB_ABIS="x32"
CHOST_x32=${CHOST}
LIBDIR_x32="lib"
IUSE_IMPLICIT="abi_x86_x32"

View File

@@ -0,0 +1 @@
..

View File

@@ -0,0 +1,7 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Force the flag which corresponds to arch/abi, bug #515130
-abi_x86_64
abi_x86_x32

View File

@@ -0,0 +1,7 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Force the flag which corresponds to arch/abi, bug #515130
-abi_x86_x32
abi_x86_64

View File

@@ -189,6 +189,7 @@ amd64 hardened/linux/amd64/no-multilib stable
amd64 hardened/linux/amd64/no-multilib/selinux stable
amd64 hardened/linux/amd64/x32 dev
amd64 hardened/linux/musl/amd64 exp
amd64 hardened/linux/musl/amd64/x32 exp
arm hardened/linux/arm/armv7a dev
arm hardened/linux/arm/armv6j dev
arm hardened/linux/musl/arm/armv7a exp