mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
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:
parent
006336b8fe
commit
537c972e14
@ -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>
|
||||
|
||||
* config.bfd (hppa*-*-netbsd*): New target.
|
||||
|
2
bfd/configure
vendored
2
bfd/configure
vendored
@ -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"'
|
||||
;;
|
||||
|
@ -196,7 +196,7 @@ changequote([,])dnl
|
||||
COREFILE=
|
||||
;;
|
||||
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"'
|
||||
|
Loading…
Reference in New Issue
Block a user