summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2002-02-02 04:43:20 +0000
committerDavid O'Brien <obrien@FreeBSD.org>2002-02-02 04:43:20 +0000
commit86696641a4cbdc6a24f1e53ecc235f1229ec6ef5 (patch)
tree08f1ebd36bc6d5d89d8f96431b1143c88e34b0ff
parent4977725168f506fa671c8cd7aa38a7ee12b8f109 (diff)
downloadbinutils-gdb-gdb_5_1-2001-07-29-branch.tar.gz
2002-02-01 David O'Brien <obrien@FreeBSD>gdb_5_1-2001-07-29-branch
* 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/ChangeLog6
-rwxr-xr-xbfd/configure2
-rw-r--r--bfd/configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 02b51ab7bb4..3454d7148a9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-01 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-01-31 Andrew Cagney <ac131313@redhat.com>
* configure: Re-generate.
diff --git a/bfd/configure b/bfd/configure
index 889f3b39311..ee8824d1032 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -5016,7 +5016,7 @@ if test "${target}" = "${host}"; then
COREFILE=trad-core.lo
TRAD_HEADER='"hosts/symmetry.h"'
;;
- 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 194d1d1ae4c..9fa10931053 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -169,7 +169,7 @@ changequote([,])dnl
TRAD_HEADER='"hosts/symmetry.h"'
;;
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"'