From ff54a9ef7f547451b6da5a651140d176273cfdd8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 30 Dec 1998 04:27:21 +0000 Subject: Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLX architecture. --- emulators/dlx/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/dlx/files/patch-aa (limited to 'emulators/dlx/files/patch-aa') diff --git a/emulators/dlx/files/patch-aa b/emulators/dlx/files/patch-aa new file mode 100644 index 000000000000..8f892449f2d0 --- /dev/null +++ b/emulators/dlx/files/patch-aa @@ -0,0 +1,11 @@ +--- dlxsim/Makefile.orig Sat Dec 26 13:14:21 1998 ++++ dlxsim/Makefile Sat Dec 26 13:14:41 1998 +@@ -11,7 +11,7 @@ + CC = cc + CFLAGS = -g -I. -Itcl + DEST = /tmp_mnt/home/ginger/pnh/bly/bin/$(MACHINE)/ +-DEST = ../bin ++DEST = ../bin/ + TARGET = dlxsim + + OBJS = asm.o cop0.o getput.o io.o main.o sim.o stop.o sym.o trap.o -- cgit v1.2.3