diff options
Diffstat (limited to 'lang/sr/patches/patch-ab')
-rw-r--r-- | lang/sr/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sr/patches/patch-ab b/lang/sr/patches/patch-ab index 9f1bbb4e20c..cdda65e24e2 100644 --- a/lang/sr/patches/patch-ab +++ b/lang/sr/patches/patch-ab @@ -1,15 +1,15 @@ -$NetBSD: patch-ab,v 1.1.1.1 2005/02/25 15:54:59 is Exp $ +$NetBSD: patch-ab,v 1.2 2005/03/01 10:00:47 is Exp $ ---- arch.h.orig 1999-08-09 18:34:12.000000000 +0200 +--- 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" -+#define SFILE "i386.s" +#endif + #ifndef ARCH |