unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "S.P.Zeidler" <spz@serpens.de>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: Chong Yidong <cyd@stupidchicken.com>, emacs-devel@gnu.org
Subject: Re: m68k--netbsdelf still in use
Date: Mon, 19 Jan 2009 19:42:27 +0100	[thread overview]
Message-ID: <20090119184227.GA19353@serpens.de> (raw)
In-Reply-To: <200901170657.n0H6v44f028578@mothra.ics.uci.edu>

Hi,

Thus wrote Dan Nicolaescu (dann@ics.uci.edu):

> Chong Yidong <cyd@stupidchicken.com> 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
-- 
spz@serpens.de (S.P.Zeidler)




  reply	other threads:[~2009-01-19 18:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-14 19:36 m68k--netbsdelf still in use S.P.Zeidler
2009-01-16 15:30 ` Chong Yidong
2009-01-17  6:57   ` Dan Nicolaescu
2009-01-19 18:42     ` S.P.Zeidler [this message]
2009-01-20  8:05       ` Dan Nicolaescu
2009-01-22  7:02       ` Dan Nicolaescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090119184227.GA19353@serpens.de \
    --to=spz@serpens.de \
    --cc=cyd@stupidchicken.com \
    --cc=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).