]> code.delx.au - gnu-emacs/blobdiff - src/m/sparc.h
(LD_SWITCH_MACHINE): Conditionalize this
[gnu-emacs] / src / m / sparc.h
index 9b3ccf362a5e5201e892b83c28584ec74312602d..012826f0919c2de7653aa8e38a1e95ff09ad0f77 100644 (file)
@@ -103,8 +103,7 @@ NOTE-END  */
 #define PURESIZE 130000
 #endif
 
-#ifndef __NetBSD__
-#ifndef __linux__
+#if !defined (__NetBSD__) && !defined (__linux__) && !defined (__OpenBSD__)
 /* This really belongs in s/sun.h.  */
 
 /* Say that the text segment of a.out includes the header;
@@ -117,5 +116,4 @@ NOTE-END  */
 
 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
 
-#endif /* __linux__ */
-#endif /* __NetBSD__ */
+#endif /* not __NetBSD__ and not __linux__ and not __OpenBSD__ */