change for configuring on FreeBSD
David O'Brien
obrien@FreeBSD.org
Wed Apr 5 23:29:00 GMT 2000
On Thu, Apr 06, 2000 at 10:40:59AM +1000, Andrew Cagney wrote:
> What patch?
Doh!
--- config.guess.orig Wed Feb 23 21:38:51 2000
+++ config.guess Wed Apr 5 12:15:47 2000
@@ -614,12 +614,6 @@
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
exit 0 ;;
*: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
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
exit 0 ;;
*:OpenBSD:*:*)
More information about the Binutils
mailing list