GNU bug report logs - #9403
[emacs] [./configure error] Emacs hasn't been ported to `powerpc-gnu-linux-uclibc' systems

Previous Next

Package: emacs;

Reported by: Douglas Mencken <dougmencken <at> gmail.com>

Date: Mon, 29 Aug 2011 22:45:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 9403 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 9403 <at> debbugs.gnu.org
Cc: eggert <at> cs.ucla.edu
Subject: Re: bug#9403: Emacs hasn't been ported to `powerpc-gnu-linux-uclibc'
	systems
Date: Tue, 30 Aug 2011 02:47:57 -0400
Paul Eggert wrote:

> The configure.in and MACHINES stuff is no longer present in the trunk
> so I guess that's been fixed already.

AFAICS, it remains true that nothing in configure.in will match
$canonical = "powerpc-gnu-linux-uclibc". The minimal change would be:

*** configure.in	2011-08-26 07:12:16 +0000
--- configure.in	2011-08-30 06:47:09 +0000
***************
*** 411,417 ****
  case "${canonical}" in
  
    ## GNU/Linux ports
!   *-*-linux-gnu*)
      opsys=gnu-linux
      case ${canonical} in
        alpha*)	machine=alpha ;;
--- 411,417 ----
  case "${canonical}" in
  
    ## GNU/Linux ports
!   *-*-linux-gnu*|powerpc-gnu-linux-uclibc)
      opsys=gnu-linux
      case ${canonical} in
        alpha*)	machine=alpha ;;






This bug report was last modified 13 years and 325 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.