From 31889b6179b5eadabe2772bea4d4731b63ed83f4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 18 Oct 2003 22:58:00 +0000 Subject: [PATCH] config update --- config/ChangeLog | 4 ++++ config/config.guess | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/config/ChangeLog b/config/ChangeLog index e8af5c8a9b..442f8a06a8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2003-10-18 Karl Berry + + * config.guess: update from config. + 2003-10-16 Karl Berry * config.{guess,sub}: update from config. diff --git a/config/config.guess b/config/config.guess index afcb19c1d7..2faf8af530 100644 --- a/config/config.guess +++ b/config/config.guess @@ -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 ;; -- 2.30.2