From 0ae575856a01be7ceee1a6481946463ec10c6886 Mon Sep 17 00:00:00 2001 From: Guy Martin Date: Tue, 18 Oct 2005 12:02:52 +0000 Subject: Forced the usage ot GMPABI 1.0 on hppa. ABI 2.0w is not supported by GNU AS yet. (Portage version: 2.0.51.22-r3) --- dev-libs/gmp/gmp-4.1.4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-libs/gmp/gmp-4.1.4.ebuild') diff --git a/dev-libs/gmp/gmp-4.1.4.ebuild b/dev-libs/gmp/gmp-4.1.4.ebuild index 91df1b9222e9..fbfda1bba031 100644 --- a/dev-libs/gmp/gmp-4.1.4.ebuild +++ b/dev-libs/gmp/gmp-4.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1.4.ebuild,v 1.15 2005/07/14 21:44:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1.4.ebuild,v 1.16 2005/10/18 12:02:52 gmsoft Exp $ inherit flag-o-matic libtool eutils multilib @@ -50,7 +50,9 @@ src_compile() { local myconf="" use sparc || myconf="--enable-mpfr" - use hppa && export CHOST="hppa-unknown-linux-gnu" + + # We need to force 1.0 ABI as 2.0w doesn't work with GNU AS + use hppa && export GMPABI="1.0" econf \ --localstatedir=/var/state/gmp \ -- cgit v1.2.3-65-gdbad