mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
Add ppc32 17.0 profiles for musl/uclibc [+ hardened]
See also: https://github.com/gentoo/gentoo/pull/10087#issuecomment-428155189 Signed-off-by: M. J. Everitt <m.j.everitt@iee.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
committed by
Anthony G. Basile
parent
9c9cfa5688
commit
04ea89547f
1
profiles/default/linux/powerpc/ppc32/17.0/musl/eapi
Normal file
1
profiles/default/linux/powerpc/ppc32/17.0/musl/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../features/musl/
|
||||
10
profiles/default/linux/powerpc/ppc32/17.0/musl/make.defaults
Normal file
10
profiles/default/linux/powerpc/ppc32/17.0/musl/make.defaults
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="powerpc-gentoo-linux-musl"
|
||||
|
||||
# Anthony G. Basile <blueness@gentoo.org> (01 Jul 2014)
|
||||
# Multilib-related setup, bug #515130
|
||||
MULTILIB_ABIS="ppc"
|
||||
CHOST_ppc="${CHOST}"
|
||||
LIBDIR_ppc="lib"
|
||||
3
profiles/default/linux/powerpc/ppc32/17.0/musl/parent
Normal file
3
profiles/default/linux/powerpc/ppc32/17.0/musl/parent
Normal file
@@ -0,0 +1,3 @@
|
||||
..
|
||||
../../../../../../arch/powerpc/ppc32
|
||||
../../../../../../features/musl/
|
||||
1
profiles/default/linux/powerpc/ppc32/17.0/uclibc/eapi
Normal file
1
profiles/default/linux/powerpc/ppc32/17.0/uclibc/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../features/musl/
|
||||
@@ -0,0 +1,10 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="powerpc-gentoo-linux-uclibc"
|
||||
|
||||
# Anthony G. Basile <blueness@gentoo.org> (01 Jul 2014)
|
||||
# Multilib-related setup, bug #515130
|
||||
MULTILIB_ABIS="ppc"
|
||||
CHOST_ppc="${CHOST}"
|
||||
LIBDIR_ppc="lib"
|
||||
3
profiles/default/linux/powerpc/ppc32/17.0/uclibc/parent
Normal file
3
profiles/default/linux/powerpc/ppc32/17.0/uclibc/parent
Normal file
@@ -0,0 +1,3 @@
|
||||
..
|
||||
../../../../../../arch/powerpc/ppc32
|
||||
../../../../../../features/uclibc/
|
||||
@@ -342,6 +342,8 @@ mips default/linux/musl/mips/mipsel exp
|
||||
mips hardened/linux/musl/mips/mipsel exp
|
||||
ppc default/linux/musl/ppc exp
|
||||
ppc hardened/linux/musl/ppc exp
|
||||
ppc default/linux/powerpc/ppc32/17.0/musl exp
|
||||
ppc default/linux/powerpc/ppc32/17.0/musl/hardened exp
|
||||
x86 default/linux/musl/x86 exp
|
||||
x86 hardened/linux/musl/x86 exp
|
||||
x86 default/linux/x86/17.0/musl exp
|
||||
@@ -365,6 +367,8 @@ mips default/linux/uclibc/mips/mipsel exp
|
||||
mips hardened/linux/uclibc/mips/mipsel exp
|
||||
ppc default/linux/uclibc/ppc exp
|
||||
ppc hardened/linux/uclibc/ppc exp
|
||||
ppc default/linux/powerpc/ppc32/17.0/uclibc exp
|
||||
ppc default/linux/powerpc/ppc32/17.0/uclibc/hardened exp
|
||||
x86 default/linux/uclibc/x86 exp
|
||||
x86 hardened/linux/uclibc/x86 exp
|
||||
x86 default/linux/x86/17.0/uclibc exp
|
||||
|
||||
Reference in New Issue
Block a user