]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config.guess: minor update for FreeBSD-elf, yet to be installed
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 14 Mar 1999 05:25:13 +0000 (05:25 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 14 Mar 1999 05:25:13 +0000 (05:25 +0000)
at GNU

config.guess

index eb1dd54836fc30cc6f7a6eed890e2db71c297544..972224042754aee5f075c43d1b7575bc47b11ec6 100755 (executable)
@@ -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