summaryrefslogtreecommitdiff
path: root/lang/sr/patches/patch-ab
blob: cdda65e24e29707f35109ff12ebd5ad8cdc234d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.2 2005/03/01 10:00:47 is Exp $

--- arch.h.orig	1999-08-09 16:34:12.000000000 +0000
+++ arch.h
@@ -7,6 +7,12 @@
  *  BIGCC	arguments passed to CC to enlarge tree space (if needed)
  */
 
+
+/* here so that cpu-specific code below doesn't overwrite our choices */
+#if !defined(ARCH) && defined(__NetBSD__)
+#define ARCH	"NetBSD 2.0 and later"
+#endif
+
 #ifndef ARCH
 
 #ifdef apollo