From: Adrian Bunk <bunk@fs.tum.de>
Subject: [patch] Guile 1.6.3: add support for NetBSD/sparc to gc_os_dep.c
Date: Mon, 10 Mar 2003 23:25:44 +0100 [thread overview]
Message-ID: <20030310222544.GO1277@fs.tum.de> (raw)
The trivial patch below was needed for me to compile
libguile/gc_os_dep.c under sparc-unknown-netbsdelf1.5.
Please apply
Adrian
--- libguile/gc_os_dep.c.old Mon Mar 10 22:59:15 2003
+++ libguile/gc_os_dep.c Mon Mar 10 23:00:28 2003
@@ -103,6 +103,11 @@
# define NETBSD
# define mach_type_known
# endif
+# if defined(__NetBSD__) && defined(__sparc__)
+# define SPARC
+# define NETBSD
+# define mach_type_known
+# endif
# if defined(vax)
# define VAX
# ifdef ultrix
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile
next reply other threads:[~2003-03-10 22:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-10 22:25 Adrian Bunk [this message]
2003-03-19 21:55 ` [patch] Guile 1.6.3: add support for NetBSD/sparc to gc_os_dep.c Marius Vollmer
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=20030310222544.GO1277@fs.tum.de \
--to=bunk@fs.tum.de \
/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).