aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-03-01 12:50:01 +0000
committerGerd Moellmann <[email protected]>2000-03-01 12:50:01 +0000
commit18975f447818efaf78b8272e17dcf93466dd3582 (patch)
tree84738c4294d10190d315790594c0cc44f656ed0b /src/m
parentc0c9ac483c301393de314ac7aa76ee2324ee669b (diff)
(START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: Don't define.
(UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o. (LINKER): Don't undef if __NetBSD__ is defined.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/pmax.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h
index 54216d9f3a..7e9e977b31 100644
--- a/src/m/pmax.h
+++ b/src/m/pmax.h
@@ -30,9 +30,8 @@ NOTE-END */
#if defined (__NetBSD__) || defined (__OpenBSD__)
#undef START_FILES
#undef RUN_TIME_REMAP
-#define START_FILES pre-crt0.o /usr/lib/crt0.o
-#define CANNOT_DUMP
#undef UNEXEC
+#define UNEXEC unexelf.o
#endif /* NetBSD || OpenBSD */
/* Supposedly the following will overcome a kernel bug. */
@@ -51,7 +50,9 @@ NOTE-END */
#endif
/* Override what mips.h says about this. */
+#if !defined (__NetBSD__)
#undef LINKER
+#endif
#ifdef ultrix
/* Ultrix 4.2 (perhaps also 4.1) implements O_NONBLOCK