aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-27 08:37:12 +0000
committerRichard M. Stallman1994-04-27 08:37:12 +0000
commitf9c3b81ade450d6bbd8e38c838b2ff56ee289639 (patch)
treeb0075f9b434f920042fc2df9c168472dfe889447 /src
parentbf162ea86c154fd2b8d7f8244f841ecfccd9e34f (diff)
downloademacs-f9c3b81ade450d6bbd8e38c838b2ff56ee289639.tar.gz
emacs-f9c3b81ade450d6bbd8e38c838b2ff56ee289639.zip
(LIBS_SYSTEM): Commented out.
Diffstat (limited to 'src')
-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
298 298
299#define LD_SWITCH_SYSTEM 299#define LD_SWITCH_SYSTEM
300#define START_FILES pre-crt0.o 300#define START_FILES pre-crt0.o
301#if 0 /* Shawn M. Carey <smcarey@mailbox.syr.edu> found this
302 caused trouble on DGUX 5.4.2. */
301#define LIBS_SYSTEM -ldgc 303#define LIBS_SYSTEM -ldgc
304#endif
302#define LIB_GCC /usr/lib/gcc/libgcc.a 305#define LIB_GCC /usr/lib/gcc/libgcc.a
303 306
304#ifdef _M88KBCS_TARGET 307#ifdef _M88KBCS_TARGET