* configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
4.10 and beyond. * configure: Regenerate.
This commit is contained in:
parent
c148b4cb7d
commit
d2bef49288
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-06-16 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
|
||||||
|
4.10 and beyond.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2004-06-16 Daniel Jacobowitz <dan@debian.org>
|
2004-06-16 Daniel Jacobowitz <dan@debian.org>
|
||||||
|
|
||||||
* elf32-ppc.c (ppc_elf_create_linker_section): Create symbols in
|
* elf32-ppc.c (ppc_elf_create_linker_section): Create symbols in
|
||||||
|
|
2
bfd/configure
vendored
2
bfd/configure
vendored
|
@ -5302,7 +5302,7 @@ if test "${target}" = "${host}"; then
|
||||||
i[3-7]86-*-bsdi)
|
i[3-7]86-*-bsdi)
|
||||||
COREFILE=
|
COREFILE=
|
||||||
;;
|
;;
|
||||||
i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*)
|
i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
|
||||||
COREFILE=trad-core.lo
|
COREFILE=trad-core.lo
|
||||||
TRAD_HEADER='"hosts/i386bsd.h"'
|
TRAD_HEADER='"hosts/i386bsd.h"'
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -209,7 +209,7 @@ changequote([,])dnl
|
||||||
COREFILE=
|
COREFILE=
|
||||||
;;
|
;;
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*)
|
i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]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 a new issue