emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105621: * configure.in (opsys): Chan


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105621: * configure.in (opsys): Change pattern to *-*-linux*
Date: Tue, 30 Aug 2011 13:49:25 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105621 [merge]
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2011-08-30 13:49:25 -0700
message:
  * configure.in (opsys): Change pattern to *-*-linux*
  
  and remove obsolete HP patterns.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-08-30 15:57:22 +0000
+++ b/ChangeLog 2011-08-30 20:46:59 +0000
@@ -1,7 +1,10 @@
 2011-08-30  Paul Eggert  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'configure.in'
--- a/configure.in      2011-08-30 15:57:22 +0000
+++ b/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 via email to

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