From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: more machine support NetBSD - including x86-64 Date: 29 Nov 2004 13:33:56 -0500 Message-ID: References: <20041116013450.49E3C2069@fnord.ir.bbn.com> <87fz2vm5o7.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101754265 5327 80.91.229.6 (29 Nov 2004 18:51:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Nov 2004 18:51:05 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Nov 29 19:50:53 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CYqM1-0006dh-00 for ; Mon, 29 Nov 2004 19:34:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYqVQ-0005dh-Td for guile-devel@m.gmane.org; Mon, 29 Nov 2004 13:44:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CYqVH-0005dF-Hh for guile-devel@gnu.org; Mon, 29 Nov 2004 13:44:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CYqVG-0005cz-Ul for guile-devel@gnu.org; Mon, 29 Nov 2004 13:44:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYqVG-0005cl-Os for guile-devel@gnu.org; Mon, 29 Nov 2004 13:44:02 -0500 Original-Received: from [192.1.100.210] (helo=fnord.ir.bbn.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CYqLW-0007fa-Il for guile-devel@gnu.org; Mon, 29 Nov 2004 13:33:58 -0500 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 94A0C2053; Mon, 29 Nov 2004 13:33:56 -0500 (EST) Original-To: guile-devel@gnu.org In-Reply-To: <87fz2vm5o7.fsf@zip.com.au> Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4450 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4450 > -# if defined(__NetBSD__) && defined(m68k) > +# if defined(__NetBSD__) && (defined(m68k) || defined(__m68k__)) > > -# if defined(__NetBSD__) && defined(arm32) > +# if defined(__NetBSD__) && (defined(arm32) || defined(__arm__)) These are for new gcc or something are they? These are for NetBSD 2.0 with: Using built-in specs. Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf --host=i386--netbsdelf --target=i386--netbsdelf Thread model: posix gcc version 3.3.3 (NetBSD nb3 20040520) I believe POSIX requires that nonstandard names other than __foo__ not be defined in the user's namespace, or something like that. Perhaps only the __ versions should be tested. -- Greg Troxel _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel