diff options
author | dmcmahill <dmcmahill> | 2000-12-27 14:08:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-12-27 14:08:39 +0000 |
commit | 4665c9ff6c94856c79490674fcf9da2c3819cebc (patch) | |
tree | bdc21b3d04728d0ba4b63b4c21c075a4a663968c /emulators/stella/patches | |
parent | 6d8165c7706b8b30f438103fd82bf528d6a580fc (diff) | |
download | pkgsrc-4665c9ff6c94856c79490674fcf9da2c3819cebc.tar.gz |
fix compilation on alpha.
Diffstat (limited to 'emulators/stella/patches')
-rw-r--r-- | emulators/stella/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |