From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-131-gb946e08 Date: Wed, 27 Feb 2013 21:01:12 -0500 Message-ID: <87bob5xklz.fsf@tines.lan> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1362016893 15156 80.91.229.3 (28 Feb 2013 02:01:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2013 02:01:33 +0000 (UTC) Cc: guile-devel@gnu.org To: =?utf-8?Q?Ludovic_Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 28 03:01:56 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UAsog-0000Ax-U5 for guile-devel@m.gmane.org; Thu, 28 Feb 2013 03:01:51 +0100 Original-Received: from localhost ([::1]:35774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAsoM-0006JG-0u for guile-devel@m.gmane.org; Wed, 27 Feb 2013 21:01:30 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAsoJ-0006J0-IA for guile-devel@gnu.org; Wed, 27 Feb 2013 21:01:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAsoI-0005fS-Hx for guile-devel@gnu.org; Wed, 27 Feb 2013 21:01:27 -0500 Original-Received: from world.peace.net ([96.39.62.75]:37711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAsoI-0005fM-Di; Wed, 27 Feb 2013 21:01:26 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UAsoB-0008IX-Hu; Wed, 27 Feb 2013 21:01:19 -0500 In-Reply-To: ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22's\?\= message of "Wed, 27 Feb 2013 19:51:54 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15833 Archived-At: Hi Ludovic, "Ludovic Court=C3=A8s" writes: > commit cc2948aa3189b7bd29c23e7a93ccb1217a1b4eff > Author: Ludovic Court=C3=A8s > Date: Wed Feb 27 20:07:12 2013 +0100 > > Recognize mips64* as having 32-bit pointers by default. >=20=20=20=20=20 > * module/system/base/target.scm (cpu-word-size): Consider MIPS64 to > default to n32 or o32. [...] This seems questionable to me. It may currently be the case that N32 and O32 are more common, but that is unlikely to remain the case for much longer. Is there any way to specify the N64 ABI for MIPS? Mark