diff options
Diffstat (limited to 'emulators/truereality/files/extra-patch-alpha')
-rw-r--r-- | emulators/truereality/files/extra-patch-alpha | 23 |
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 |