summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ab
blob: 2d02a1e76b1281f2674c53b8d6d703dabed0f039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.8 1999/06/15 13:59:15 bad Exp $

--- configure.orig	Mon Jul 27 04:17:07 1998
+++ configure	Thu Jun  3 22:49:02 1999
@@ -751,12 +751,15 @@
     opsys=netbsd
     case "${canonical}" in
       alpha*-*-netbsd*)	machine=alpha ;;
+      arm*-*-netbsd*)	machine=arm ;;
       i[3456]86-*-netbsd*) machine=intel386 ;;
       m68k-*-netbsd*)
 			# This is somewhat bogus.
 			machine=hp9000s300 ;;
       mips-*-netbsd*)	machine=pmax ;;
+      mipsel-*-netbsd*)	machine=pmax ;;
       ns32k-*-netbsd*)	machine=ns32000 ;;
+      powerpc-*-netbsd*) machine=powerpc ;;
       sparc-*-netbsd*)	machine=sparc ;;
       vax-*-netbsd*)	machine=vax ;;
     esac