From 50dfc61e79010c9c829e63d0a51a5c076da5d0fc Mon Sep 17 00:00:00 2001 From: pooka Date: Thu, 20 Jan 2000 14:12:50 +0000 Subject: Make this compile on sparc and work better on alpha. Unfortunately, not fully functional on either.. yet. --- lang/mzscheme/patches/patch-aa | 9 +++++---- lang/mzscheme/patches/patch-be | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'lang/mzscheme') diff --git a/lang/mzscheme/patches/patch-aa b/lang/mzscheme/patches/patch-aa index d8f771f8487..3d0777fb94c 100644 --- a/lang/mzscheme/patches/patch-aa +++ b/lang/mzscheme/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $ +$NetBSD: patch-aa,v 1.2 2000/01/20 14:12:50 pooka Exp $ --- sconfig.h.orig Thu Oct 21 22:06:12 1999 -+++ sconfig.h Sat Jan 8 22:52:06 2000 -@@ -285,6 +285,36 @@ ++++ sconfig.h Wed Jan 12 15:09:48 2000 +@@ -285,6 +285,37 @@ #endif @@ -30,6 +30,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $ + +#if defined(__alpha__) +# define SIXTY_FOUR_BIT_INTEGERS ++# define USE_DIVIDE_MAKE_INFINITY +#endif + +# define FLAGS_ALREADY_SET @@ -39,7 +40,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $ /************** x86/OpenBSD with gcc ****************/ /* Thanks to Bengt Kleberg */ -@@ -505,7 +535,7 @@ +@@ -505,7 +536,7 @@ /************** ALPHA/OSF1 with gcc ****************/ diff --git a/lang/mzscheme/patches/patch-be b/lang/mzscheme/patches/patch-be index 9ac9c37404f..ab0257c9364 100644 --- a/lang/mzscheme/patches/patch-be +++ b/lang/mzscheme/patches/patch-be @@ -1,4 +1,4 @@ -$NetBSD: patch-be,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $ +$NetBSD: patch-be,v 1.2 2000/01/20 14:12:50 pooka Exp $ --- gc/os_dep.c.orig Thu Oct 21 22:06:15 1999 +++ gc/os_dep.c Thu Dec 30 22:15:23 1999 @@ -36,7 +36,7 @@ $NetBSD: patch-be,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $ /* callers. Ignore my frame and my callers frame. */ -#ifdef OPENBSD -+#ifdef OPENBSD || defined(NETBSD) ++#if defined(OPENBSD) || defined(NETBSD) # define FR_SAVFP fr_fp # define FR_SAVPC fr_pc #else -- cgit v1.2.3