diff options
author | 2012-03-06 23:38:09 +0000 | |
---|---|---|
committer | 2012-03-06 23:38:09 +0000 | |
commit | c6faa6c1cb38b3bd0f74341ffad37cb2b5a25d42 (patch) | |
tree | 0c0acda7c0767357e6590156abceb110689f50b5 /profiles/prefix/linux | |
parent | Version bump KDE SC 4.8.1 (diff) | |
download | gentoo-2-c6faa6c1cb38b3bd0f74341ffad37cb2b5a25d42.tar.gz gentoo-2-c6faa6c1cb38b3bd0f74341ffad37cb2b5a25d42.tar.bz2 gentoo-2-c6faa6c1cb38b3bd0f74341ffad37cb2b5a25d42.zip |
Add ppc64-linux profile for bug 407021 by Richard Yao
Diffstat (limited to 'profiles/prefix/linux')
-rw-r--r-- | profiles/prefix/linux/ppc64/make.defaults | 13 | ||||
-rw-r--r-- | profiles/prefix/linux/ppc64/packages | 8 | ||||
-rw-r--r-- | profiles/prefix/linux/ppc64/parent | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/profiles/prefix/linux/ppc64/make.defaults b/profiles/prefix/linux/ppc64/make.defaults new file mode 100644 index 000000000000..8a68d4dd816f --- /dev/null +++ b/profiles/prefix/linux/ppc64/make.defaults @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/ppc64/make.defaults,v 1.1 2012/03/06 23:38:09 darkside Exp $ + +ARCH="ppc64" +CHOST="powerpc64-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" diff --git a/profiles/prefix/linux/ppc64/packages b/profiles/prefix/linux/ppc64/packages new file mode 100644 index 000000000000..4e5a2760b2f2 --- /dev/null +++ b/profiles/prefix/linux/ppc64/packages @@ -0,0 +1,8 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/ppc64/packages,v 1.1 2012/03/06 23:38:09 darkside Exp $ + +# Those are part of the base powerpc profile's @system set, but having them as +# part of @system makes no sense for Gentoo Prefix. +-*sys-fs/hfsutils +-*sys-fs/hfsplusutils diff --git a/profiles/prefix/linux/ppc64/parent b/profiles/prefix/linux/ppc64/parent new file mode 100644 index 000000000000..f22a0cf17335 --- /dev/null +++ b/profiles/prefix/linux/ppc64/parent @@ -0,0 +1,2 @@ +../../../default/linux/powerpc/ppc64/10.0/64bit-userland +.. |