diff options
Diffstat (limited to 'profiles/prefix/linux/ppc64le/make.defaults')
-rw-r--r-- | profiles/prefix/linux/ppc64le/make.defaults | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/prefix/linux/ppc64le/make.defaults b/profiles/prefix/linux/ppc64le/make.defaults new file mode 100644 index 000000000000..477b3c262767 --- /dev/null +++ b/profiles/prefix/linux/ppc64le/make.defaults @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +ARCH="ppc64" +CHOST="powerpc64le-pc-linux-gnu" +# The base profile sets ACCEPT_KEYWORDS=ppc64 and we don't have that in prefix. +# Eventually, ~* should be removed once someone is motivated for this arch +ACCEPT_KEYWORDS="-ppc64 ~ppc64-linux ~*" + +# We don't have lib64 in prefix so, remove it here. +SYMLINK_LIB="" +LIBDIR_ppc64="lib" |