From: David O'Brien Date: Sat, 2 Feb 2002 20:43:38 +0000 (+0000) Subject: 2002-02-02 David O'Brien X-Git-Tag: binutils-2_12-branchpoint~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=537c972e1423e391f87e826e30c845720a36e691;p=external%2Fbinutils.git 2002-02-02 David O'Brien * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat version 4.5 and later the same as 5-CURRENT. * configure: Re-generate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 903decf..44c3088 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2002-02-02 David O'Brien + + * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat + version 4.5 and later the same as 5-CURRENT. + * configure: Re-generate. + 2002-02-02 Jason Thorpe * config.bfd (hppa*-*-netbsd*): New target. diff --git a/bfd/configure b/bfd/configure index 6feb8b6..3a324d5 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5059,7 +5059,7 @@ if test "${target}" = "${host}"; then i[3456]86-*-bsdi) COREFILE= ;; - i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01]* | i[34567]86-*-freebsd*aout*) + i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01234]* | i[34567]86-*-freebsd*aout*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386bsd.h"' ;; diff --git a/bfd/configure.in b/bfd/configure.in index 428e730..a640718 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -196,7 +196,7 @@ changequote([,])dnl COREFILE= ;; changequote(,)dnl - i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01]* | i[34567]86-*-freebsd*aout*) + i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01234]* | i[34567]86-*-freebsd*aout*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386bsd.h"'