diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-01-29 21:07:10 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-02-09 13:47:37 +0900 |
commit | 8097746069f3cd00a3c53c249fa885db2d0239f6 (patch) | |
tree | 779af664a08b99ca7237a339d53866cb255259e7 /profiles/prefix | |
parent | app-benchmarks/httperf: remove old, migrate away from google code #544092 (diff) | |
download | gentoo-8097746069f3cd00a3c53c249fa885db2d0239f6.tar.gz gentoo-8097746069f3cd00a3c53c249fa885db2d0239f6.tar.bz2 gentoo-8097746069f3cd00a3c53c249fa885db2d0239f6.zip |
profiles/prefix/linux-standalone: add ppc64 big endian.
Credit: François Bissey
Reference: https://archives.gentoo.org/gentoo-alt/message/fe49595527e3c7918844096bf2ae289c
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/linux-standalone/ppc64/eapi | 1 | ||||
-rw-r--r-- | profiles/prefix/linux-standalone/ppc64/make.defaults | 5 | ||||
-rw-r--r-- | profiles/prefix/linux-standalone/ppc64/parent | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/profiles/prefix/linux-standalone/ppc64/eapi b/profiles/prefix/linux-standalone/ppc64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/linux-standalone/ppc64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/linux-standalone/ppc64/make.defaults b/profiles/prefix/linux-standalone/ppc64/make.defaults new file mode 100644 index 000000000000..04e73caaa1d7 --- /dev/null +++ b/profiles/prefix/linux-standalone/ppc64/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ACCEPT_KEYWORDS="~${ARCH}" diff --git a/profiles/prefix/linux-standalone/ppc64/parent b/profiles/prefix/linux-standalone/ppc64/parent new file mode 100644 index 000000000000..51fedc0bc3e6 --- /dev/null +++ b/profiles/prefix/linux-standalone/ppc64/parent @@ -0,0 +1,2 @@ +../../../default/linux/powerpc/ppc64/13.0/64bit-userland +.. |