diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-10 07:35:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-10 07:35:21 +0000 |
commit | 677c6b7ce939f2f5e13cb4579f0eebc800efce3a (patch) | |
tree | 1065c9d0ebfbcb353684e2a7e8325d15724adc82 /profiles | |
parent | games-fps/fuhquake-bin is gone (diff) | |
download | gentoo-2-677c6b7ce939f2f5e13cb4579f0eebc800efce3a.tar.gz gentoo-2-677c6b7ce939f2f5e13cb4579f0eebc800efce3a.tar.bz2 gentoo-2-677c6b7ce939f2f5e13cb4579f0eebc800efce3a.zip |
new x32 abi profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/x32/make.defaults | 9 | ||||
-rw-r--r-- | profiles/arch/amd64/x32/packages | 9 | ||||
-rw-r--r-- | profiles/arch/amd64/x32/parent | 1 | ||||
-rw-r--r-- | profiles/default/linux/amd64/10.0/x32/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/amd64/10.0/x32/parent | 2 |
5 files changed, 22 insertions, 0 deletions
diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults new file mode 100644 index 000000000000..5a07bebfdbcb --- /dev/null +++ b/profiles/arch/amd64/x32/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/make.defaults,v 1.1 2011/12/10 07:35:21 vapier Exp $ + +DEFAULT_ABI="x32" +ABI="x32" +MULTILIB_ABIS="amd64 x86 x32" + +FEATURES="collision-protect multilib-strict" diff --git a/profiles/arch/amd64/x32/packages b/profiles/arch/amd64/x32/packages new file mode 100644 index 000000000000..0cc0f1e64e78 --- /dev/null +++ b/profiles/arch/amd64/x32/packages @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/packages,v 1.1 2011/12/10 07:35:21 vapier Exp $ + +# Min versions that included x32 support +>=sys-devel/binutils-2.22 +>=sys-kernel/linux-headers-3.1 +>=sys-libs/glibc-2.14.1-r1 +>=sys-devel/gcc-4.6.2 diff --git a/profiles/arch/amd64/x32/parent b/profiles/arch/amd64/x32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/amd64/x32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default/linux/amd64/10.0/x32/eapi b/profiles/default/linux/amd64/10.0/x32/eapi new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/profiles/default/linux/amd64/10.0/x32/eapi @@ -0,0 +1 @@ +2 diff --git a/profiles/default/linux/amd64/10.0/x32/parent b/profiles/default/linux/amd64/10.0/x32/parent new file mode 100644 index 000000000000..cf0023cf48ae --- /dev/null +++ b/profiles/default/linux/amd64/10.0/x32/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/amd64/x32 |