2002-01-31 David O'Brien <obrien@FreeBSD>
* configure.in: Recognize the differences in core files from FreeBSD 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as 5-CURRENT. * configure: Regenerate. Approved by: Nick Clifton <nickc@cambridge.redhat.com> <m3k7tyuzzd.fsf@north-pole.nickc.cambridge.redhat.com>
This commit is contained in:
parent
e7e2dd9226
commit
012884d606
@ -1,3 +1,10 @@
|
|||||||
|
2002-01-31 David O'Brien <obrien@FreeBSD>
|
||||||
|
|
||||||
|
* configure.in: Recognize the differences in core files from FreeBSD
|
||||||
|
4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
|
||||||
|
5-CURRENT.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2002-01-31 Ivan Guzvinec <ivang@opencores.org>
|
2002-01-31 Ivan Guzvinec <ivang@opencores.org>
|
||||||
|
|
||||||
* coff-or32.c: New file.
|
* coff-or32.c: New file.
|
||||||
|
589
bfd/configure
vendored
589
bfd/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -196,7 +196,7 @@ changequote([,])dnl
|
|||||||
COREFILE=
|
COREFILE=
|
||||||
;;
|
;;
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
i[3456]86-*-bsd* | i[34567]86-*-freebsd[1234] | i[34567]86-*-freebsd[1234]\.* | i[34567]86-*-freebsd*aout*)
|
i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01]* | 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"'
|
||||||
|
Loading…
Reference in New Issue
Block a user