blob: a3cd9799f3ac217ee9f7b776efbe89970687720d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-br,v 1.1.1.1 2003/04/11 00:31:45 uebayasi 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
|