mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
profiles: initial musl amd64/x32 profile support.
This commit is contained in:
1
profiles/hardened/linux/musl/amd64/x32/eapi
Normal file
1
profiles/hardened/linux/musl/amd64/x32/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
14
profiles/hardened/linux/musl/amd64/x32/make.defaults
Normal file
14
profiles/hardened/linux/musl/amd64/x32/make.defaults
Normal 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"
|
||||
1
profiles/hardened/linux/musl/amd64/x32/parent
Normal file
1
profiles/hardened/linux/musl/amd64/x32/parent
Normal file
@@ -0,0 +1 @@
|
||||
..
|
||||
7
profiles/hardened/linux/musl/amd64/x32/use.force
Normal file
7
profiles/hardened/linux/musl/amd64/x32/use.force
Normal 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
|
||||
7
profiles/hardened/linux/musl/amd64/x32/use.mask
Normal file
7
profiles/hardened/linux/musl/amd64/x32/use.mask
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user