unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: 9403@debbugs.gnu.org
Subject: bug#9403: Emacs hasn't been ported to `powerpc-gnu-linux-uclibc' systems
Date: Tue, 30 Aug 2011 13:51:54 -0700	[thread overview]
Message-ID: <4E5D4D6A.8010302@cs.ucla.edu> (raw)
In-Reply-To: <m239gin2ta.fsf@igel.home>

On 08/30/11 11:59, Andreas Schwab wrote:
> The -gnu- in the example is the (free form) vendor part.

Thanks, I changed it to *-*-linux* as you suggested, and
removed some related obsolete HP patterns, as follows:

=== modified file 'ChangeLog'
--- ChangeLog	2011-08-30 15:57:22 +0000
+++ ChangeLog	2011-08-30 20:46:59 +0000
@@ -1,7 +1,10 @@
 2011-08-30  Paul Eggert  <eggert@cs.ucla.edu>
 
-	* configure.in (opsys): Add pattern *-gnu-linux*
+	* configure.in (opsys): Change pattern to *-*-linux*
 	to recognize powerpc-gnu-linux-uclibc (Bug#9403).
+	Remove unreachable pattern hppa*-*-linux-gnu*.
+	Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
+	and that can't possibly work now that src/m/hp800.h no longer exists.
 
 2011-08-26  Jan Djärv  <jan.h.d@swipnet.se>
 

=== modified file 'configure.in'
--- configure.in	2011-08-30 15:57:22 +0000
+++ configure.in	2011-08-30 20:46:59 +0000
@@ -410,8 +410,8 @@
 machine='' opsys='' unported=no
 case "${canonical}" in
 
-  ## GNU/Linux ports
-  *-*-linux-gnu* | *-gnu-linux*)
+  ## GNU/Linux and similar ports
+  *-*-linux* )
     opsys=gnu-linux
     case ${canonical} in
       alpha*)	machine=alpha ;;
@@ -508,17 +508,6 @@
     CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
   ;;
 
-  ia64*-hp-hpux1[1-9]* )
-    machine=hp800 opsys=hpux11
-    ## FIXME.  Peter O'Gorman reports that dumping using unexelf.o doesn't
-    ## work either: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6811
-    CANNOT_DUMP=yes
-  ;;
-
-  hppa*-*-linux-gnu* )
-    machine=hp800 opsys=gnu-linux
-  ;;
-
   ## IBM machines
   rs6000-ibm-aix4.[23]* )
     machine=ibmrs6000 opsys=aix4-2






      reply	other threads:[~2011-08-30 20:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-29 22:28 bug#9403: [emacs] [./configure error] Emacs hasn't been ported to `powerpc-gnu-linux-uclibc' systems Douglas Mencken
2011-08-30  2:10 ` bug#9403: " Paul Eggert
2011-08-30  6:47   ` Glenn Morris
2011-08-30  7:47     ` Andreas Schwab
2011-08-30 16:01       ` Paul Eggert
2011-08-30 18:59         ` Andreas Schwab
2011-08-30 20:51           ` Paul Eggert [this message]

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=4E5D4D6A.8010302@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=9403@debbugs.gnu.org \
    --cc=schwab@linux-m68k.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).