]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-02-01 David O'Brien <obrien@FreeBSD> gdb_5_1-2001-07-29-branch
authorDavid O'Brien <obrien@FreeBSD.org>
Sat, 2 Feb 2002 04:43:20 +0000 (04:43 +0000)
committerDavid O'Brien <obrien@FreeBSD.org>
Sat, 2 Feb 2002 04:43:20 +0000 (04:43 +0000)
* configure.in: Tweak the FreeBSD 4.x recognition more.  Only treat
version 4.5 and later the same as 5-CURRENT.
* configure: Re-generate.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index 02b51ab7bb4c8ff5414dec616ffd0667dbc88374..3454d7148a98fabbfb39289bb68b3afcb044170b 100644 (file)
@@ -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.
index 889f3b393111760fc26805f60f97c81107709fb3..ee8824d10321ea9a307891c3ab608994a1547146 100755 (executable)
@@ -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"'
        ;;
index 194d1d1ae4cc75d85b7bc94ddb912cb6067f0876..9fa109310531a6a7412436ad4608e29462837856 100644 (file)
@@ -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"'