diff options
author | David O'Brien <obrien@FreeBSD.org> | 2002-02-02 20:43:38 +0000 |
---|---|---|
committer | David O'Brien <obrien@FreeBSD.org> | 2002-02-02 20:43:38 +0000 |
commit | 537c972e1423e391f87e826e30c845720a36e691 (patch) | |
tree | dc92d754cf434bf7bd74d4df4a23db26484bad81 | |
parent | 006336b8fe982ec814ddd2a61f181078a9b6345d (diff) | |
download | fsf-binutils-gdb-537c972e1423e391f87e826e30c845720a36e691.zip fsf-binutils-gdb-537c972e1423e391f87e826e30c845720a36e691.tar.gz fsf-binutils-gdb-537c972e1423e391f87e826e30c845720a36e691.tar.bz2 |
2002-02-02 David O'Brien <obrien@FreeBSD>
* configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
version 4.5 and later the same as 5-CURRENT.
* configure: Re-generate.
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rwxr-xr-x | bfd/configure | 2 | ||||
-rw-r--r-- | bfd/configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
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 <obrien@FreeBSD> + + * 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 <thorpej@wasabisystems.com> * 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"' |