summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ab
blob: 61cf5f00e562ba9ce81e0f192ee3d456afb9c9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.7 1999/06/04 03:42:35 mycroft Exp $

--- configure.orig	Mon Jul 27 04:17:07 1998
+++ configure	Thu Jun  3 22:49:02 1999
@@ -751,12 +751,14 @@
     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 ;;
       ns32k-*-netbsd*)	machine=ns32000 ;;
+      powerpc-*-netbsd*) machine=powerpc ;;
       sparc-*-netbsd*)	machine=sparc ;;
       vax-*-netbsd*)	machine=vax ;;
     esac