diff options
author | 2013-02-27 23:22:19 +0000 | |
---|---|---|
committer | 2013-02-27 23:22:19 +0000 | |
commit | abb2318e90b049ad7699e47f7396d0ef70fa569d (patch) | |
tree | 4054190890a34548782cfd0b3d6d486ff18b5d22 /profiles/desc | |
parent | Unmask and set ABI flags for x32. (diff) | |
download | historical-abb2318e90b049ad7699e47f7396d0ef70fa569d.tar.gz historical-abb2318e90b049ad7699e47f7396d0ef70fa569d.tar.bz2 historical-abb2318e90b049ad7699e47f7396d0ef70fa569d.zip |
Describe x32 ABI flag.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/abi_x86.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/abi_x86.desc b/profiles/desc/abi_x86.desc index 43a68681f6a1..ef182802924c 100644 --- a/profiles/desc/abi_x86.desc +++ b/profiles/desc/abi_x86.desc @@ -1,6 +1,6 @@ # Copyright 2013-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_x86.desc,v 1.1 2013/02/01 21:24:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_x86.desc,v 1.2 2013/02/27 23:22:19 mgorny Exp $ # This file contains descriptions of ABI_X86 USE_EXPAND flags. @@ -8,3 +8,4 @@ # on gentoo-dev. 32 - 32-bit (x86) libraries 64 - 64-bit (amd64) libraries +x32 - x32 ABI libraries |