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.
This commit is contained in:
David O'Brien 2002-02-02 20:43:38 +00:00
parent 006336b8fe
commit 537c972e14
3 changed files with 8 additions and 2 deletions

View File

@ -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> 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
* config.bfd (hppa*-*-netbsd*): New target. * config.bfd (hppa*-*-netbsd*): New target.

2
bfd/configure vendored
View File

@ -5059,7 +5059,7 @@ if test "${target}" = "${host}"; then
i[3456]86-*-bsdi) i[3456]86-*-bsdi)
COREFILE= 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 COREFILE=trad-core.lo
TRAD_HEADER='"hosts/i386bsd.h"' TRAD_HEADER='"hosts/i386bsd.h"'
;; ;;

View File

@ -196,7 +196,7 @@ changequote([,])dnl
COREFILE= COREFILE=
;; ;;
changequote(,)dnl 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 changequote([,])dnl
COREFILE=trad-core.lo COREFILE=trad-core.lo
TRAD_HEADER='"hosts/i386bsd.h"' TRAD_HEADER='"hosts/i386bsd.h"'