aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/truereality/files/extra-patch-alpha
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-22 07:18:04 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-22 07:18:04 +0000
commitb962685c91c3eafb81fe6a50e765e1e2eae1b811 (patch)
treecb0f6658a16c272c8006e020c52ff8455767d873 /emulators/truereality/files/extra-patch-alpha
parent322651038e42bc50edf16184faa8959c01ae7fbc (diff)
Update to 1999121400 version, and add Alpha support. I modified the
patch Mario created for the Makefile so it would use proper Makefile logic. PR: 18734 Submitted by: MAINTAINER
Diffstat (limited to 'emulators/truereality/files/extra-patch-alpha')
-rw-r--r--emulators/truereality/files/extra-patch-alpha23
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/truereality/files/extra-patch-alpha b/emulators/truereality/files/extra-patch-alpha
new file mode 100644
index 000000000000..1474b902a0ab
--- /dev/null
+++ b/emulators/truereality/files/extra-patch-alpha
@@ -0,0 +1,23 @@
+--- Makefile.config.ORIG Sun May 21 21:24:16 2000
++++ Makefile.config Sun May 21 21:24:45 2000
+@@ -168,7 +168,7 @@
+ #CFLAGS := $(CFLAGS) -malign-loops=3
+
+ # for alpha
+-#CFLAGS := $(CFLAGS) -mcpu=ev4
++CFLAGS := $(CFLAGS) -mcpu=ev4
+ #CFLAGS := $(CFLAGS) -mcpu=ev5
+ #CFLAGS := $(CFLAGS) -mcpu=ev6
+ #CFLAGS := $(CFLAGS) -mcpu=ev7
+@@ -203,9 +203,9 @@
+ #ASM := $(ASM) CPU
+ #ASM := $(ASM) MEMORY
+
+-#CPU = alpha
++CPU = alpha
+ #CPU = arm
+-CPU = i386
++#CPU = i386
+ #CPU = m68k
+ #CPU = mips
+ #CPU = ppc