summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-br
blob: c1f59a82079cf0b0b9bc0784222a90642e7b28dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-br,v 1.1 2002/07/19 03:07:15 mycroft Exp $

--- src/m/alpha.h.orig	Fri Feb  4 12:25:47 2000
+++ src/m/alpha.h	Fri Jul 19 02:56:24 2002
@@ -147,7 +147,9 @@
    GNU libc, __malloc_initialized would normally be resolved to the
    shared library's .bss section, which is fatal.  */
 # ifdef __GNUC__
-#  define C_SWITCH_MACHINE	-fno-common
+#  ifndef __NetBSD__
+#   define C_SWITCH_MACHINE	-fno-common
+#  endif
 # else
 #  error What gives?  Fix me if DEC Unix supports ELF now.
 # endif