config update
authorKarl Berry <karl@freefriends.org>
Sat, 18 Oct 2003 22:58:00 +0000 (22:58 +0000)
committerKarl Berry <karl@freefriends.org>
Sat, 18 Oct 2003 22:58:00 +0000 (22:58 +0000)
config/ChangeLog
config/config.guess

index e8af5c8a9b18927110341c8f7b30fde42835bf6c..442f8a06a87867d9d9fd06dbaec6d35731065cb9 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-18  Karl Berry  <karl@gnu.org>
+
+       * config.guess: update from config.
+
 2003-10-16  Karl Berry  <karl@gnu.org>
 
        * config.{guess,sub}: update from config.
index afcb19c1d7eb77d502350a8226c41b078976d966..2faf8af5306673e5651f191306a5d4f985659ae0 100644 (file)
@@ -745,6 +745,11 @@ EOF
         FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
         echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
         exit 0 ;;
+    5000:UNIX_System_V:4.*:*)
+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
+        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+       exit 0 ;;
     i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
        echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
        exit 0 ;;