summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-27 08:37:12 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-27 08:37:12 +0000
commitf9c3b81ade450d6bbd8e38c838b2ff56ee289639 (patch)
treeb0075f9b434f920042fc2df9c168472dfe889447 /src/s
parentbf162ea86c154fd2b8d7f8244f841ecfccd9e34f (diff)
downloademacs-f9c3b81ade450d6bbd8e38c838b2ff56ee289639.tar.gz
emacs-f9c3b81ade450d6bbd8e38c838b2ff56ee289639.tar.bz2
emacs-f9c3b81ade450d6bbd8e38c838b2ff56ee289639.zip
(LIBS_SYSTEM): Commented out.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/dgux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 58221cedce5..81f695e4704 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -298,7 +298,10 @@ CC=gcc
#define LD_SWITCH_SYSTEM
#define START_FILES pre-crt0.o
+#if 0 /* Shawn M. Carey <smcarey@mailbox.syr.edu> found this
+ caused trouble on DGUX 5.4.2. */
#define LIBS_SYSTEM -ldgc
+#endif
#define LIB_GCC /usr/lib/gcc/libgcc.a
#ifdef _M88KBCS_TARGET