From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63716 invoked by alias); 9 Feb 2016 12:45:09 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 63691 invoked by uid 89); 9 Feb 2016 12:45:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*libffi-discuss X-HELO: sys.alezan.org Received: from sys.alezan.org (HELO sys.alezan.org) (5.135.178.62) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 09 Feb 2016 12:45:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by sys.alezan.org (Postfix) with ESMTP id 8C5B3880FF9 for ; Tue, 9 Feb 2016 13:45:03 +0100 (CET) Received: from sys.alezan.org ([127.0.0.1]) by localhost (sys.alezan.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id fOzIFpdwfgcd for ; Tue, 9 Feb 2016 13:45:00 +0100 (CET) Received: from gbiloba.org (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: fma@gbiloba.org) by sys.alezan.org (Postfix) with ESMTPSA id 16AF0880FF8 for ; Tue, 9 Feb 2016 13:44:59 +0100 (CET) Date: Tue, 09 Feb 2016 12:45:00 -0000 From: =?UTF-8?B?RnLDqWTDqXJpYw==?= To: libffi-discuss@sourceware.org Subject: Re: Cross-compiling libffi on ppc 603e Message-ID: <20160209134453.731b1c68@gbiloba.org> In-Reply-To: <56B9C26F.3070601@redhat.com> References: <20160203112152.6e7bfb4c@gbiloba.org> <20160209090223.340b3bc0@gbiloba.org> <56B9C26F.3070601@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016/txt/msg00005.txt.bz2 Le 09/02/2016, Andrew a =C3=A9crit : > Look for where FFI_LONG_LONG_MAX is defined. Check that it is correct. > Patch if necessary. Send us the patch. There is something I don't understand: how could the lib be compiled on a 32bits system if FFI_LONG_LONG_MAX must equals FFI_64_BIT_MAX? --=20 Fr=C3=A9d=C3=A9ric