]> git.eshelyaron.com Git - emacs.git/commitdiff
Add support for NetBSD on x86-64, hp800 and sh3el.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:09:14 +0000 (23:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:09:14 +0000 (23:09 +0000)
Remove redundant entry for powerpc-apple-netbsd.

configure.in

index 8fc6af8e07b8b8d9cfb818876c4290bbbcb4d7bb..e6072d2dbad0d4359dc9bfca6d1cbe73a3985215 100644 (file)
@@ -260,7 +260,6 @@ dnl see the `changequote' comment above.
       m68k-*-netbsd*)
                        # This is somewhat bogus.
                        machine=hp9000s300 ;;
-      powerpc-apple-netbsd*) machine=macppc ;;
       mips-*-netbsd*)  machine=pmax ;;
       mipsel-*-netbsd*)        machine=pmax ;;
       mipseb-*-netbsd*)        machine=pmax ;;
@@ -269,6 +268,9 @@ dnl see the `changequote' comment above.
       sparc*-*-netbsd*)        machine=sparc ;;
       vax-*-netbsd*)   machine=vax ;;
       arm-*-netbsd*)   machine=arm ;;
+      x86_64-*-netbsd*)        machine=amdx86-64 ;;
+      hppa-*-netbsd*)  machine=hp800 ;;
+      shle-*-netbsd*)  machine=sh3el ;;
     esac
   ;;