mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2003-10-16 Ben Elliston <bje@wasabisystems.com>
* config.guess (5000:UNIX_System_V:4.*:*): Detect the Fujitsu VPP5000. Reported by Naoki Yoshida <naoki@th.nao.ac.jp>.
This commit is contained in:
parent
c829d41d05
commit
6d0e1b75e1
@ -1,3 +1,8 @@
|
|||||||
|
2003-10-16 Ben Elliston <bje@wasabisystems.com>
|
||||||
|
|
||||||
|
* config.guess (5000:UNIX_System_V:4.*:*): Detect the Fujitsu
|
||||||
|
VPP5000. Reported by Naoki Yoshida <naoki@th.nao.ac.jp>.
|
||||||
|
|
||||||
2003-10-16 Bernardo Innocenti <bernie@develer.com>
|
2003-10-16 Bernardo Innocenti <bernie@develer.com>
|
||||||
|
|
||||||
* config.sub (linux-uclibc, uclinux-uclibc): Handle.
|
* config.sub (linux-uclibc, uclinux-uclibc): Handle.
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -745,6 +745,11 @@ EOF
|
|||||||
FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
|
FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
|
||||||
echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
|
echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
|
||||||
exit 0 ;;
|
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:*:*)
|
i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user