diff options
author | 2014-12-15 18:41:32 +0000 | |
---|---|---|
committer | 2014-12-15 18:41:32 +0000 | |
commit | 62900f9bc9dbefe98aa3e00abdab9616ec3263d4 (patch) | |
tree | c56a7e164545d4e83439c253aae48467d841d4e2 /profiles/features | |
parent | Removed redundant multilib clauses. (diff) | |
download | gentoo-2-62900f9bc9dbefe98aa3e00abdab9616ec3263d4.tar.gz gentoo-2-62900f9bc9dbefe98aa3e00abdab9616ec3263d4.tar.bz2 gentoo-2-62900f9bc9dbefe98aa3e00abdab9616ec3263d4.zip |
Added amd64 and x86 standalone profiles.
Diffstat (limited to 'profiles/features')
7 files changed, 43 insertions, 1 deletions
diff --git a/profiles/features/prefix/Changelog b/profiles/features/prefix/Changelog index 77974b613586..16d4bb5a8111 100644 --- a/profiles/features/prefix/Changelog +++ b/profiles/features/prefix/Changelog @@ -1,6 +1,14 @@ # ChangeLog for profiles/features/prefix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.3 2014/12/15 17:07:41 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.4 2014/12/15 18:41:32 redlizard Exp $ + + 15 Dec 2014; Ruud Koolen <redlizard@gentoo.org> + standalong/linux-amd64-no-multilib/eapi, + standalong/linux-amd64-no-multilib/make.defaults, + standalong/linux-amd64-no-multilib/parent, + standalong/linux-x86/eapi, standalong/linux-x86/make.defaults, + standalong/linux-x86/parent: + Added amd64 and x86 standalone profiles. 15 Dec 2014; Ruud Koolen <redlizard@gentoo.org> rpath/use.force, rpath/use.mask, standalone/eapi, standalone/parent: diff --git a/profiles/features/prefix/standalone/linux-amd64-no-multilib/eapi b/profiles/features/prefix/standalone/linux-amd64-no-multilib/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/features/prefix/standalone/linux-amd64-no-multilib/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/features/prefix/standalone/linux-amd64-no-multilib/make.defaults b/profiles/features/prefix/standalone/linux-amd64-no-multilib/make.defaults new file mode 100644 index 000000000000..47d15f608220 --- /dev/null +++ b/profiles/features/prefix/standalone/linux-amd64-no-multilib/make.defaults @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/standalone/linux-amd64-no-multilib/make.defaults,v 1.1 2014/12/15 18:41:32 redlizard Exp $ + +ARCH="amd64" +CHOST="x86_64-pc-linux-gnu" +# The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix. +ACCEPT_KEYWORDS="-amd64 ~amd64-linux" + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="amd64" +DEFAULT_ABI="amd64" +ABI="amd64" +IUSE_IMPLICIT="abi_x86_64" +LIBDIR_amd64="lib" diff --git a/profiles/features/prefix/standalone/linux-amd64-no-multilib/parent b/profiles/features/prefix/standalone/linux-amd64-no-multilib/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/features/prefix/standalone/linux-amd64-no-multilib/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/features/prefix/standalone/linux-x86/eapi b/profiles/features/prefix/standalone/linux-x86/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/features/prefix/standalone/linux-x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/features/prefix/standalone/linux-x86/make.defaults b/profiles/features/prefix/standalone/linux-x86/make.defaults new file mode 100644 index 000000000000..1fface95dcd8 --- /dev/null +++ b/profiles/features/prefix/standalone/linux-x86/make.defaults @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/standalone/linux-x86/make.defaults,v 1.1 2014/12/15 18:41:32 redlizard Exp $ + +ARCH="x86" +CHOST="i686-pc-linux-gnu" +# The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix. +ACCEPT_KEYWORDS="-x86 ~x86-linux" + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="x86" +DEFAULT_ABI="x86" +ABI="x86" +IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib" diff --git a/profiles/features/prefix/standalone/linux-x86/parent b/profiles/features/prefix/standalone/linux-x86/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/features/prefix/standalone/linux-x86/parent @@ -0,0 +1 @@ +.. |