* config.guess: minor update for FreeBSD-elf, yet to be installed

at GNU
This commit is contained in:
Alexandre Oliva 1999-03-14 05:25:13 +00:00 committed by Alexandre Oliva
parent 46aa918139
commit a8aef20e0e

2
config.guess vendored
View File

@ -534,7 +534,7 @@ EOF
*: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/[-_].*//'`
echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
exit 0
fi
fi