emacs-devel
[Top][All Lists]
Advanced

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

Re: m68k--netbsdelf still in use


From: S.P.Zeidler
Subject: Re: m68k--netbsdelf still in use
Date: Mon, 19 Jan 2009 19:42:27 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi,

Thus wrote Dan Nicolaescu (address@hidden):

> Chong Yidong <address@hidden> writes:
> 
>   > > serpens.de is an Amiga 3000 with an M68060 and 128M RAM.
>   > > It runs NetBSD 4.0 at present.
>   > 
>   > Is this the machine identified by the following line from the Emacs 22
>   > configure file?
>   > 
>   >     case "${canonical}" in
>   >       alpha*-*-netbsd*) machine=alpha ;;
>   >       i[3456]86-*-netbsd*) machine=intel386 ;;
>   >       m68k-*-netbsd*)
>   >                 # This is somewhat bogus.
>   >                        machine=hp9000s300 ;;

Up to now, yes.

>   > If so, the file src/m/hp9000s300.h has been removed from CVS, but it may
>   > be feasible to restore it.  (Dan, could you check?)
> 
> I'd say it would be better to first try to see if CVS HEAD works with 
> machine=m68k
> on that platform.

--- snip ---
Index: configure
===================================================================
RCS file: /sources/emacs/emacs/configure,v
retrieving revision 1.305
diff -u -r1.305 configure
--- configure   9 Dec 2008 20:36:23 -0000       1.305
+++ configure   19 Jan 2009 18:16:02 -0000
@@ -2459,6 +2459,7 @@
       arm-*-netbsd*)   machine=arm ;;
       x86_64-*-netbsd*)        machine=amdx86-64 ;;
       hppa-*-netbsd*)  machine=hp800 ;;
+      m68k-*-netbsd*)  machine=m68k ;;
     esac
   ;;
 
--- snip ---

will build, and edit files just fine. Is there a test suite to probe the
resulting binary more closely?

regards,
        spz
-- 
address@hidden (S.P.Zeidler)




reply via email to

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