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

Paul Eggert <eggert@cs.ucla.edu> writes:

> Thanks, I put in the following slightly-more-conservative patch as bzr 105618,
> as I'm not sure what would work with non-GNU Linux ports.
>
> * configure.in (opsys): Add pattern *-gnu-linux*
> to recognize powerpc-gnu-linux-uclibc (Bug#9403).
> === modified file 'configure.in'
> --- configure.in	2011-08-26 07:12:16 +0000
> +++ configure.in	2011-08-30 15:55:03 +0000
> @@ -411,7 +411,7 @@
>  case "${canonical}" in
>
>    ## GNU/Linux ports
> -  *-*-linux-gnu*)
> +  *-*-linux-gnu* | *-gnu-linux*)

That's not correct.  The -gnu- in the example is the (free form) vendor
part.  What matters is -linux-uclibc, ie. you fail to match
powerpc-unknown-linux-uclibc which is the canonical form of
powerpc-linux-uclibc.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





  reply	other threads:[~2011-08-30 18:59 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 [this message]
2011-08-30 20:51           ` Paul Eggert

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=m239gin2ta.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=9403@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    /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).