diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-02-27 23:21:45 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-02-27 23:21:45 +0000 |
commit | 427c42145e7303beb76d3881c1c8fed7cb91d7df (patch) | |
tree | 062cb49963973ede90012ac76dc5eea754496eb9 /profiles | |
parent | Mask x32 ABI in base profile. Unmasked in specific profile. (diff) | |
download | gentoo-2-427c42145e7303beb76d3881c1c8fed7cb91d7df.tar.gz gentoo-2-427c42145e7303beb76d3881c1c8fed7cb91d7df.tar.bz2 gentoo-2-427c42145e7303beb76d3881c1c8fed7cb91d7df.zip |
Unmask and set ABI flags for x32.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/amd64/x32/use.force | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/x32/use.mask | 7 |
3 files changed, 17 insertions, 1 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index ab28c8f8fae7..1105d270a763 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.212 2013/02/27 21:58:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.213 2013/02/27 23:21:45 mgorny Exp $ + + 27 Feb 2013; Michał Górny <mgorny@gentoo.org> +x32/use.force, + +x32/use.mask: + Unmask and set ABI flags for x32. 27 Feb 2013; Michał Górny <mgorny@gentoo.org> package.use.mask: Mask the abi_x86_32 on packages belonging to emul-linux-x86-xlibs until diff --git a/profiles/arch/amd64/x32/use.force b/profiles/arch/amd64/x32/use.force new file mode 100644 index 000000000000..88868c58e334 --- /dev/null +++ b/profiles/arch/amd64/x32/use.force @@ -0,0 +1,5 @@ +# Michał Górny <mgorny@gentoo.org> (26 Jan 2013) +# Force the flag corresponding to the default ABI, and unforce generic +# one. +abi_x86_x32 +-abi_x86_64 diff --git a/profiles/arch/amd64/x32/use.mask b/profiles/arch/amd64/x32/use.mask new file mode 100644 index 000000000000..96a5ac5e96f1 --- /dev/null +++ b/profiles/arch/amd64/x32/use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/use.mask,v 1.1 2013/02/27 23:21:45 mgorny Exp $ + +# Michał Górny <mgorny@gentoo.org> (26 Jan 2013) +# Unmask the x32 ABI. +-abi_x86_x32 |