aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/iris4d.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-08-13 21:40:37 +0000
committerRichard M. Stallman <[email protected]>1993-08-13 21:40:37 +0000
commitb2fe4ec62d3469f47cdc6bd912d96d9b14d04e46 (patch)
tree90311a3a733101982c28657955a13394a8ed0f92 /src/m/iris4d.h
parente1111f28fbf42c9231af3323e0a03bb374a33678 (diff)
(START_FILES, LIB_STANDARD): Don't define if USG5_4.
(DEFAULT_ENTRY_ADDRESS): Likewise. (UNEXEC): Use unexelfsgi.o if USG5_4.
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r--src/m/iris4d.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 3af653f5ac..2b0ab628bf 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -119,7 +119,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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
@@ -145,6 +150,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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
@@ -155,6 +161,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define DEFAULT_ENTRY_ADDRESS start
#define LIB_STANDARD -lc
#endif
+#endif
/* Use terminfo instead of termcap. */