From: Andrew Cagney <ac131313@cygnus.com>
To: gdb-patches@cygnus.com
Subject: FreeBSD 3.1 configury
Date: Mon, 22 Mar 1999 04:53:00 -0000 [thread overview]
Message-ID: <36F63C37.FCF49A84@cygnus.com> (raw)
Message-ID: <19990322045300.FT1NW80O3Ht8sdgh8Cjsi9ULWcUreVaZpJkAym3DuPA@z> (raw)
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 <bje@cygnus.com>
* 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--
next reply other threads:[~1999-03-22 4:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-04-01 0:00 Andrew Cagney [this message]
1999-03-22 4:53 ` Andrew Cagney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=36F63C37.FCF49A84@cygnus.com \
--to=ac131313@cygnus.com \
--cc=gdb-patches@cygnus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox