summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-ax
blob: 65f91de40f4a4b986fa77c153f8180f3979da89f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ax,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $

--- src/m/mips.h-orig	Mon Jun 23 03:49:57 1997
+++ src/m/mips.h	Sat Jan 30 14:28:48 1999
@@ -149,8 +149,10 @@
 #define LD_SWITCH_MACHINE -D 800000
 #define LIBS_DEBUG
 
+#if defined (__NetBSD__) || defined (__OpenBSD__)
+#else  /* bsd with elf */
 #define LINKER /bsd43/bin/ld
-  
+#endif /* bsd with elf */
 #else /* not BSD_SYSTEM */
 
 #if defined(__GNUC__) && defined(_ABIN32)