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 /bfd/configure | |
parent | 006336b8fe982ec814ddd2a61f181078a9b6345d (diff) | |
download | gdb-537c972e1423e391f87e826e30c845720a36e691.zip gdb-537c972e1423e391f87e826e30c845720a36e691.tar.gz 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.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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"' ;; |