From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adrian Bunk Newsgroups: gmane.lisp.guile.bugs 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 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <20030310222544.GO1277@fs.tum.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047335224 20810 80.91.224.249 (10 Mar 2003 22:27:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2003 22:27:04 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Mar 10 23:27:02 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18sVjZ-0005PR-00 for ; Mon, 10 Mar 2003 23:27:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18sVjm-0003gE-07 for guile-bugs@m.gmane.org; Mon, 10 Mar 2003 17:27:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18sVjc-0003ES-00 for bug-guile@gnu.org; Mon, 10 Mar 2003 17:27:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18sVjZ-00035L-00 for bug-guile@gnu.org; Mon, 10 Mar 2003 17:27:02 -0500 Original-Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18sVjR-0000aU-00 for bug-guile@gnu.org; Mon, 10 Mar 2003 17:26:53 -0500 Original-Received: (qmail 24921 invoked from network); 10 Mar 2003 22:25:47 -0000 Original-Received: from mimas.fachschaften.tu-muenchen.de (129.187.202.58) by hermes.fachschaften.tu-muenchen.de with QMQP; 10 Mar 2003 22:25:47 -0000 Original-To: bug-guile@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4i X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:693 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:693 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