emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/pmax.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/m/pmax.h
Date: Sat, 18 Mar 2006 14:52:40 +0000

Index: emacs/src/m/pmax.h
diff -u emacs/src/m/pmax.h:1.23 emacs/src/m/pmax.h:1.24
--- emacs/src/m/pmax.h:1.23     Mon Sep  1 15:45:58 2003
+++ emacs/src/m/pmax.h  Sat Mar 18 14:52:40 2006
@@ -13,8 +13,12 @@
 #ifndef __MIPSEB__
 #undef WORDS_BIG_ENDIAN
 #endif
+#if defined (__NetBSD__)
+#define BROKEN_NOCOMBRELOC
+#else
 #undef LIB_STANDARD
 #undef START_FILES
+#endif
 #undef COFF
 #undef TERMINFO
 #define MAIL_USE_FLOCK
@@ -24,18 +28,12 @@
 #ifdef MACH
 #define START_FILES pre-crt0.o /usr/lib/crt0.o
 #else
+#if !defined (__NetBSD__)
 /* This line starts being needed with ultrix 4.0.  */
 /* You must delete it for version 3.1.  */
 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o
 #endif
-
-#if defined (__NetBSD__) || defined (__OpenBSD__)
-#undef START_FILES
-#define START_FILES pre-crt0.o /usr/lib/crt0.o
-#undef RUN_TIME_REMAP
-#undef UNEXEC
-#define UNEXEC unexelf.o
-#endif /* NetBSD || OpenBSD */
+#endif
 
 /* Supposedly the following will overcome a kernel bug.  */
 #undef LD_SWITCH_MACHINE




reply via email to

[Prev in Thread] Current Thread [Next in Thread]