From: Greg Troxel <gdt@ir.bbn.com>
Subject: Re: more machine support NetBSD - including x86-64
Date: 29 Nov 2004 13:33:56 -0500 [thread overview]
Message-ID: <rmi4qj8sdwr.fsf@fnord.ir.bbn.com> (raw)
In-Reply-To: <87fz2vm5o7.fsf@zip.com.au>
> -# 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 <gdt@ir.bbn.com>
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
next prev parent reply other threads:[~2004-11-29 18:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-16 1:34 more machine support NetBSD - including x86-64 Greg Troxel
2004-11-27 19:51 ` Kevin Ryde
2004-11-29 18:33 ` Greg Troxel [this message]
2004-11-29 21:11 ` Kevin Ryde
2004-11-30 13:57 ` Greg Troxel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=rmi4qj8sdwr.fsf@fnord.ir.bbn.com \
--to=gdt@ir.bbn.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).