diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:27:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:27:21 +0000 |
commit | ff54a9ef7f547451b6da5a651140d176273cfdd8 (patch) | |
tree | 7d6f4161d7e4574308393c79f2732843ec9f8e79 /emulators/dlx/files/patch-aa | |
parent | Some how this got formated as a text paragraph w/line breaks at column 80. (diff) |
Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLX
architecture.
Notes
Notes:
svn path=/head/; revision=15719
Diffstat (limited to 'emulators/dlx/files/patch-aa')
-rw-r--r-- | emulators/dlx/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
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 |