aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-06-21 20:54:44 +0000
committerPavel Janík2002-06-21 20:54:44 +0000
commit9e2702a636ae7bf45a493a134c56ec3927c83828 (patch)
treeaadc695aaa74f43838d5eadff4c630bb04908ffb /src
parentd18322c5fcd30324eda02a2f18b505f95e8acd91 (diff)
downloademacs-9e2702a636ae7bf45a493a134c56ec3927c83828.tar.gz
emacs-9e2702a636ae7bf45a493a134c56ec3927c83828.zip
(START_FILES): Define START_FILES for NetBSD and
OpenBSD. Add support for mipseb-*-netbsd* machines.
Diffstat (limited to 'src')
-rw-r--r--src/m/pmax.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h
index c04bfae6331..7cf01f79c41 100644
--- a/src/m/pmax.h
+++ b/src/m/pmax.h
@@ -10,7 +10,9 @@ NOTE-START
10The operating system would be either osf1, ultrix, or NetBSD. 10The operating system would be either osf1, ultrix, or NetBSD.
11NOTE-END */ 11NOTE-END */
12 12
13#ifndef __MIPSEB__
13#undef WORDS_BIG_ENDIAN 14#undef WORDS_BIG_ENDIAN
15#endif
14#undef LIB_STANDARD 16#undef LIB_STANDARD
15#undef START_FILES 17#undef START_FILES
16#undef COFF 18#undef COFF
@@ -29,6 +31,7 @@ NOTE-END */
29 31
30#if defined (__NetBSD__) || defined (__OpenBSD__) 32#if defined (__NetBSD__) || defined (__OpenBSD__)
31#undef START_FILES 33#undef START_FILES
34#define START_FILES pre-crt0.o /usr/lib/crt0.o
32#undef RUN_TIME_REMAP 35#undef RUN_TIME_REMAP
33#undef UNEXEC 36#undef UNEXEC
34#define UNEXEC unexelf.o 37#define UNEXEC unexelf.o