mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
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:
parent
9f9248fc5a
commit
11a79999eb
@ -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>
|
2000-04-26 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* config.guess: Handle an ld emulation of elf_i?86. From Bruce
|
* config.guess: Handle an ld emulation of elf_i?86. From Bruce
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -1042,6 +1042,9 @@ EOF
|
|||||||
BS2000:POSIX*:*:*)
|
BS2000:POSIX*:*:*)
|
||||||
echo bs2000-siemens-sysv
|
echo bs2000-siemens-sysv
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
DS/*:UNIX_System_V:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user