aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/dlx/files/patch-ac
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-30 04:27:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-30 04:27:21 +0000
commitff54a9ef7f547451b6da5a651140d176273cfdd8 (patch)
tree7d6f4161d7e4574308393c79f2732843ec9f8e79 /emulators/dlx/files/patch-ac
parentb5ee406703c99eda5303b9501949b3de801d03ee (diff)
Simular and compiler for Hennessy and Patterson's MIPS-like RISC DLX
architecture.
Diffstat (limited to 'emulators/dlx/files/patch-ac')
-rw-r--r--emulators/dlx/files/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/dlx/files/patch-ac b/emulators/dlx/files/patch-ac
new file mode 100644
index 000000000000..bba57c63aba5
--- /dev/null
+++ b/emulators/dlx/files/patch-ac
@@ -0,0 +1,14 @@
+--- dlxsim/tcl/Makefile.orig Tue Dec 18 12:24:38 1990
++++ dlxsim/tcl/Makefile Sat Dec 26 13:11:18 1998
+@@ -13,9 +13,8 @@
+ OBJS = glob.o tclBasic.o tclCmdAH.o tclCmdIZ.o tclExpr.o \
+ tclGlob.o tclProc.o tclUtil.o
+
+-LIBOBJS = panic.o strerror.o strtol.o strtoul.o List_Init.o \
+- List_Insert.o List_ListIns.o List_Remove.o strspn.o \
+- strpbrk.o strchr.o
++LIBOBJS = panic.o List_Init.o \
++ List_Insert.o List_ListIns.o List_Remove.o
+
+ CSRCS = glob.c tclBasic.c tclCmdAH.c tclCmdIZ.c tclExpr.c \
+ tclGlob.c tclProc.c tclUtil.c