summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-02-27 23:23:11 +0000
committerMichał Górny <mgorny@gentoo.org>2013-02-27 23:23:11 +0000
commit141b5a72bcb1ddaa100aaa96ebe9f652d5f0616f (patch)
tree5dc99575170499ec82c9d45865c0d2e24702b331 /eclass
parentDescribe x32 ABI flag. (diff)
downloadgentoo-2-141b5a72bcb1ddaa100aaa96ebe9f652d5f0616f.tar.gz
gentoo-2-141b5a72bcb1ddaa100aaa96ebe9f652d5f0616f.tar.bz2
gentoo-2-141b5a72bcb1ddaa100aaa96ebe9f652d5f0616f.zip
Enable x32 ABI support.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/multilib-build.eclass3
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index f6d1bce06587..9c09f7ee0ee6 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.694 2013/02/27 21:47:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.695 2013/02/27 23:23:11 mgorny Exp $
+
+ 27 Feb 2013; Michał Górny <mgorny@gentoo.org> multilib-build.eclass:
+ Enable x32 ABI support.
27 Feb 2013; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass:
Export src_prepare() explicitly rather than implicitly through inherits.
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index fec5356e9dc1..c1bcb257dccd 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.5 2013/02/27 21:02:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.6 2013/02/27 23:23:11 mgorny Exp $
# @ECLASS: multilib-build.eclass
# @MAINTAINER:
@@ -32,6 +32,7 @@ inherit multilib multiprocessing
_MULTILIB_FLAGS=(
abi_x86_32:x86
abi_x86_64:amd64
+ abi_x86_x32:x32
)
# @ECLASS-VARIABLE: MULTILIB_USEDEP