From c697b851f44c5b8e7219a4e498da8927bd12716d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 28 Jun 2014 09:56:26 +0000 Subject: Enable multilib flags for ppc. Since ppc profiles are not multilib at the moment, this should not create any new issues. --- eclass/ChangeLog | 6 +++++- eclass/multilib-build.eclass | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 615c639bed22..0e65a2095861 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1302 2014/06/27 07:26:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1303 2014/06/28 09:56:25 mgorny Exp $ + + 28 Jun 2014; Michał Górny multilib-build.eclass: + Enable multilib flags for ppc. Since ppc profiles are not multilib at the + moment, this should not create any new issues. 27 Jun 2014; Sergei Trofimovich haskell-cabal.eclass: Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 65f79a5f1881..268bf04dc7c5 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.56 2014/06/08 13:57:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.57 2014/06/28 09:56:26 mgorny Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: @@ -44,6 +44,8 @@ _MULTILIB_FLAGS=( abi_mips_n32:n32 abi_mips_n64:n64 abi_mips_o32:o32 + abi_ppc_32:ppc + abi_ppc_64:ppc64 ) # @ECLASS-VARIABLE: MULTILIB_COMPAT -- cgit v1.2.3-65-gdbad