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

* config.guess: Do not differentiate FreeBSD systems that use the
	ELF object file format. From David O'Brien <obrien@freebsd.org>.
This commit is contained in:
Ben Elliston 2000-04-21 23:51:42 +00:00
parent 5718461a2b
commit 9dc12e0d24
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2000-04-22 Ben Elliston <bje@redhat.com>
* config.guess: Do not differentiate FreeBSD systems that use the
ELF object file format. From David O'Brien <obrien@freebsd.org>.
2000-04-22 Ben Elliston <bje@redhat.com>
* config.guess: Detect Siemens BS2000 machines. From Jean-Frederic

6
config.guess vendored
View File

@ -616,12 +616,6 @@ EOF
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
exit 0 ;;
*:FreeBSD:*:*)
if test -x /usr/bin/objformat; then
if test "elf" = "`/usr/bin/objformat`"; then
echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
exit 0
fi
fi
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
exit 0 ;;
*:OpenBSD:*:*)