From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb-patches@cygnus.com Subject: FreeBSD 3.1 configury Date: Mon, 22 Mar 1999 04:53:00 -0000 Message-ID: <36F63C37.FCF49A84@cygnus.com> X-SW-Source: 1999-03/msg00064.html Message-ID: <19990322045300.FT1NW80O3Ht8sdgh8Cjsi9ULWcUreVaZpJkAym3DuPA@z> Jim, Here's a tweek to config.guess for FreeBSD 3.1. It's already in the `official' config.guess. Andrew 1999-03-21 Ben Elliston * config.guess: Correct typo for detecting ELF on FreeBSD. --------------D13E6B127D90170FB0D77664 Content-Type: text/plain; charset=us-ascii; name="freebsd.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="freebsd.patch" Index: config.guess =================================================================== RCS file: /cvs/cvsfiles/devo/config.guess,v retrieving revision 1.126.8.1 diff -p -r1.126.8.1 config.guess *** config.guess 1999/02/25 09:43:46 1.126.8.1 --- config.guess 1999/03/22 12:32:47 *************** EOF *** 513,519 **** *: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 --- 513,519 ---- *: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 --------------D13E6B127D90170FB0D77664--