1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/truereality/files/extra-patch-alpha
Will Andrews b962685c91 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
2000-05-22 07:18:04 +00:00

24 lines
494 B
Plaintext

--- 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