diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 3 |
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 |