update from config
authorKarl Berry <karl@freefriends.org>
Mon, 3 Nov 2003 14:33:20 +0000 (14:33 +0000)
committerKarl Berry <karl@freefriends.org>
Mon, 3 Nov 2003 14:33:20 +0000 (14:33 +0000)
config/ChangeLog
config/config.guess
config/config.sub

index 386dabfd8d1a045d233cf21fe529271b3889ae95..3a859df03e3e83c86c5fb6578459eeca512bb4d8 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-03  Karl Berry  <karl@gnu.org>
+
+       * config.{guess,sub}: update from config.
+
 2003-11-02  Karl Berry  <karl@gnu.org>
 
        * srclist.txt (vasprintf.c): sync broken, sigh.
index 2faf8af5306673e5651f191306a5d4f985659ae0..193e328202ab22ee8f3f3c7652f80d2231f97fff 100644 (file)
@@ -221,6 +221,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     mvmeppc:OpenBSD:*:*)
        echo powerpc-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
+    pegasos:OpenBSD:*:*)
+       echo powerpc-unknown-openbsd${UNAME_RELEASE}
+       exit 0 ;;
     pmax:OpenBSD:*:*)
        echo mipsel-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
index a2734b3355f9d9fb20cb1c449e4fbaaf1e8780f2..e1e455b776e002a285f2b509eebacce95be1c15d 100644 (file)
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
-timestamp='2003-10-16'
+timestamp='2003-11-03'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -968,6 +968,10 @@ case $basic_machine in
        tower | tower-32)
                basic_machine=m68k-ncr
                ;;
+       tpf)
+               basic_machine=s390x-ibm
+               os=-tpf
+               ;;
        udi29k)
                basic_machine=a29k-amd
                os=-udi
@@ -1233,6 +1237,9 @@ case $os in
        -sinix*)
                os=-sysv4
                ;;
+        -tpf*)
+               os=-tpf
+               ;;
        -triton*)
                os=-sysv3
                ;;
@@ -1487,6 +1494,9 @@ case $basic_machine in
                        -ptx*)
                                vendor=sequent
                                ;;
+                       -tpf*)
+                               vendor=ibm
+                               ;;
                        -vxsim* | -vxworks* | -windiss*)
                                vendor=wrs
                                ;;