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 | 2542234ce2ca2ac17a07c00b7035536fbfe9ec08 (patch) | |
tree | 97b07bc90bb6c79ae299af5067a3fc65fd9e1ac9 | |
parent | games-fps/fuhquake-bin is gone (diff) | |
download | historical-2542234ce2ca2ac17a07c00b7035536fbfe9ec08.tar.gz historical-2542234ce2ca2ac17a07c00b7035536fbfe9ec08.tar.bz2 historical-2542234ce2ca2ac17a07c00b7035536fbfe9ec08.zip |
new x32 abi 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 |