From 076d50e9caf8f25e552545d197415b876da729ea Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Wed, 27 Dec 2000 14:08:39 +0000 Subject: fix compilation on alpha. --- emulators/stella/files/patch-sum | 4 ++-- emulators/stella/patches/patch-ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators/stella') diff --git a/emulators/stella/files/patch-sum b/emulators/stella/files/patch-sum index 6aa9d9a5e0f..73dc9afeea6 100644 --- a/emulators/stella/files/patch-sum +++ b/emulators/stella/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.4 2000/05/31 15:01:00 dmcmahill Exp $ +$NetBSD: patch-sum,v 1.5 2000/12/27 14:08:39 dmcmahill Exp $ MD5 (patch-aa) = 0746806eb97721a876eb60f42fa18f5f MD5 (patch-ab) = 0841422715838603e83bfe9826975081 -MD5 (patch-ac) = 06bd3b8a246696c3f2f38094cc13a174 +MD5 (patch-ac) = c428a6469b074a267370e1aa6d9df72a diff --git a/emulators/stella/patches/patch-ac b/emulators/stella/patches/patch-ac index 9cff44c0f1b..ead091870e7 100644 --- a/emulators/stella/patches/patch-ac +++ b/emulators/stella/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 2000/05/31 15:01:01 dmcmahill Exp $ +$NetBSD: patch-ac,v 1.4 2000/12/27 14:08:39 dmcmahill Exp $ --- makefile.orig Sat Feb 27 09:29:46 1999 +++ makefile Tue May 30 21:16:47 2000 @@ -33,7 +33,7 @@ $NetBSD: patch-ac,v 1.3 2000/05/31 15:01:01 dmcmahill Exp $ @@ -325,6 +322,12 @@ $(CXX) -c $(CXXFLAGS) $(OPTIONS) $(CORE)/m6502/src/M6502Low.cxx -+.if (${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "sparc") ++.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mipsel") || (${MACHINE_ARCH} == "sparc") +# avoide compiler bug on some systems +M6502Hi.o: $(CORE)/m6502/src/M6502Hi.cxx + $(CXX) -c -fno-rtti -fno-rtti $(INCLUDES) $(SYS_INCLUDES) $(OPTIONS) $(CORE)/m6502/src/M6502Hi.cxx -- cgit v1.2.3