summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-10 07:35:21 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-10 07:35:21 +0000
commit677c6b7ce939f2f5e13cb4579f0eebc800efce3a (patch)
tree1065c9d0ebfbcb353684e2a7e8325d15724adc82 /profiles/arch
parentgames-fps/fuhquake-bin is gone (diff)
downloadgentoo-2-677c6b7ce939f2f5e13cb4579f0eebc800efce3a.tar.gz
gentoo-2-677c6b7ce939f2f5e13cb4579f0eebc800efce3a.tar.bz2
gentoo-2-677c6b7ce939f2f5e13cb4579f0eebc800efce3a.zip
new x32 abi profiles
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/amd64/x32/make.defaults9
-rw-r--r--profiles/arch/amd64/x32/packages9
-rw-r--r--profiles/arch/amd64/x32/parent1
3 files changed, 19 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 @@
+..