From a8aef20e0ebd2ee1070120f11f34fb56665ad3bf Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 14 Mar 1999 05:25:13 +0000 Subject: [PATCH] * config.guess: minor update for FreeBSD-elf, yet to be installed at GNU --- config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.guess b/config.guess index eb1dd5483..972224042 100755 --- a/config.guess +++ b/config.guess @@ -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 -- 2.47.3