emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 22.0.95 on OpenBSD.


From: Deanna Phillips
Subject: Re: 22.0.95 on OpenBSD.
Date: Tue, 13 Mar 2007 03:24:19 +0000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (berkeley-unix)

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
   ;;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]