Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* FreeBSD 3.1 configury
@ 1999-04-01  0:00 Andrew Cagney
  1999-03-22  4:53 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 1999-04-01  0:00 UTC (permalink / raw)
  To: gdb-patches

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--



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-04-01  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-01  0:00 FreeBSD 3.1 configury Andrew Cagney
1999-03-22  4:53 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox