diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-11-04 18:21:44 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-11-04 18:21:44 +0000 |
commit | a0e6717ebe7f65d18accb9603a003cd763416448 (patch) | |
tree | 692854aff26108661dd8334650dd5d5283c53e23 /profiles | |
parent | Version bump to 1.7.0.72 (diff) | |
download | gentoo-2-a0e6717ebe7f65d18accb9603a003cd763416448.tar.gz gentoo-2-a0e6717ebe7f65d18accb9603a003cd763416448.tar.bz2 gentoo-2-a0e6717ebe7f65d18accb9603a003cd763416448.zip |
Add musl/ppc profiles, thanks Felix Janda
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/linux/musl/ppc/eapi | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/ppc/make.defaults | 12 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/ppc/parent | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/ppc/use.force | 9 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/ppc/use.mask | 9 |
5 files changed, 32 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/ppc/eapi b/profiles/hardened/linux/musl/ppc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/hardened/linux/musl/ppc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/hardened/linux/musl/ppc/make.defaults b/profiles/hardened/linux/musl/ppc/make.defaults new file mode 100644 index 000000000000..d55d93118b5f --- /dev/null +++ b/profiles/hardened/linux/musl/ppc/make.defaults @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/ppc/make.defaults,v 1.1 2014/11/04 18:21:44 blueness Exp $ + +ARCH="ppc" +ACCEPT_KEYWORDS="${ARCH}" + +CHOST="powerpc-gentoo-linux-musl" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" diff --git a/profiles/hardened/linux/musl/ppc/parent b/profiles/hardened/linux/musl/ppc/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/hardened/linux/musl/ppc/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/hardened/linux/musl/ppc/use.force b/profiles/hardened/linux/musl/ppc/use.force new file mode 100644 index 000000000000..51cb44cdd283 --- /dev/null +++ b/profiles/hardened/linux/musl/ppc/use.force @@ -0,0 +1,9 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/ppc/use.force,v 1.1 2014/11/04 18:21:44 blueness Exp $ + +# Force the flag which corresponds to ARCH. +ppc + +# Force the flag corresponding to the only ABI. +abi_ppc_32 diff --git a/profiles/hardened/linux/musl/ppc/use.mask b/profiles/hardened/linux/musl/ppc/use.mask new file mode 100644 index 000000000000..4e225295f563 --- /dev/null +++ b/profiles/hardened/linux/musl/ppc/use.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/ppc/use.mask,v 1.1 2014/11/04 18:21:44 blueness Exp $ + +# Unmask the flag which corresponds to ARCH. +-ppc + +# Unmask the flag corresponding to the only ABI. +-abi_ppc_32 |