2000-04-30 Ben Elliston <bje@redhat.com>

* config.guess: Handle Fujitsu UXP/DS. From Fu-Chuan Tsai
	<fchtsai@ms23.hinet.net>.
This commit is contained in:
Ben Elliston 2000-04-30 14:13:10 +00:00
parent 9f9248fc5a
commit 11a79999eb
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-04-30 Ben Elliston <bje@redhat.com>
* config.guess: Handle Fujitsu UXP/DS. From Fu-Chuan Tsai
<fchtsai@ms23.hinet.net>.
2000-04-26 Ben Elliston <bje@redhat.com>
* config.guess: Handle an ld emulation of elf_i?86. From Bruce

3
config.guess vendored
View File

@ -1042,6 +1042,9 @@ EOF
BS2000:POSIX*:*:*)
echo bs2000-siemens-sysv
exit 0 ;;
DS/*:UNIX_System_V:*:*)
echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2