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
commit08b2333d86cb21fe5fa8e95924c1dfa0bad5e2b8 (patch)
tree84c16df976c07a61536ac1d5fe18a439acbaf9c0
parentb017d298e90d8c2cf6e0d2fccc8d2597cf4eddac (diff)
downloadbinutils-redhat-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 02b51ab7bb..3454d7148a 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 889f3b3931..ee8824d103 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 194d1d1ae4..9fa1093105 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"'