unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* [patch] Guile 1.6.3: add support for NetBSD/sparc to gc_os_dep.c
@ 2003-03-10 22:25 Adrian Bunk
  2003-03-19 21:55 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2003-03-10 22:25 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] Guile 1.6.3: add support for NetBSD/sparc to gc_os_dep.c
  2003-03-10 22:25 [patch] Guile 1.6.3: add support for NetBSD/sparc to gc_os_dep.c Adrian Bunk
@ 2003-03-19 21:55 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2003-03-19 21:55 UTC (permalink / raw)
  Cc: bug-guile

Adrian Bunk <bunk@fs.tum.de> writes:

> Please apply

Done!  Thanks!

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-19 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-10 22:25 [patch] Guile 1.6.3: add support for NetBSD/sparc to gc_os_dep.c Adrian Bunk
2003-03-19 21:55 ` Marius Vollmer

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).