Richard Stallman writes:

>     First I needed to add a few m/s combos into the configure
>     script.  I think this is the complete list -
>
>     alpha*-*-openbsd*)        machine=alpha ;;
>     arm*-*openbsd*)           machine=arm ;;
>     hppa-*-openbsd*)          machine=hp9000s300 ;;
>     i386-*-openbsd*)          machine=intel386 ;;
>     m68k-*-openbsd*)          machine=hp9000s300 ;;
>     m88k-*-openbsd*)          machine=aviion ;;
>     mips64-*-openbsd*)        machine=mips64 ;;
>     ...

> I do not understand what those words mean.  When you say "the
> complete list", what is that a list of?

This is a list of currently supported hardware platforms.

> Are you suggesting that configure.in needs a change?
> If so, could you say explicitly what the change is?

I think this should do it.

--- configure.in.orig   Sun Mar 11 23:24:34 2007
+++ configure.in        Sun Mar 11 23:49:57 2007
@@ -279,13 +279,17 @@ dnl see the `changequote' comment above.
     opsys=openbsd
     case "${canonical}" in
       alpha*-*-openbsd*)       machine=alpha ;;
-      i386-*-openbsd*) machine=intel386 ;;
-      x86_64-*-openbsd*)    machine=amdx86-64 ;;
-      m68k-*-openbsd*)  machine=hp9000s300 ;;
-      mipsel-*-openbsd*) machine=pmax ;;
-      ns32k-*-openbsd*)        machine=ns32000 ;;
-      sparc-*-openbsd*)        machine=sparc ;;
-      vax-*-openbsd*)  machine=vax ;;
+      arm-*-openbsd*)          machine=arm ;;
+      hppa-*-openbsd*)         machine=hp9000s300 ;;
+      i386-*-openbsd*)         machine=intel386 ;;
+      m68k-*-openbsd*)         machine=hp9000s300 ;;
+      m88k-*-openbsd*)         machine=aviion ;;
+      mips64-*-openbsd*)       machine=mips64 ;;
+      powerpc-*-openbsd*)      machine=macppc ;;
+      sh-*-openbsd*)           machine=sh3el ;;
+      sparc*-*-openbsd*)       machine=sparc ;;
+      vax-*-openbsd*)          machine=vax ;;
+      x86_64-*-openbsd*)       machine=amdx86-64 ;;
     esac
   ;;



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to