/* This machine requires completely different unexec code
which lives in a separate file. Specify the file name. */
+#ifdef USG5_4
+#undef UNEXEC
+#define UNEXEC unexelfsgi.o
+#else
#define UNEXEC unexmips.o
+#endif
#define TEXT_START 0x400000
you define _BSD_COMPAT, -or- you call `BSDgetpgrp' explicitly.
Emacs does the latter. */
+#ifndef USG5_4
#ifdef HAVE_CRTN
/* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */
#define START_FILES pre-crt0.o /usr/lib/crt1.o
#define DEFAULT_ENTRY_ADDRESS start
#define LIB_STANDARD -lc
#endif
+#endif
\f
/* Use terminfo instead of termcap. */