From: Mark Kettenis Date: Thu, 17 Jun 2004 21:42:52 +0000 (+0000) Subject: * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11bd3d787c26a9c9eb72b6aa656ddf7e17632e1d;p=thirdparty%2Fbinutils-gdb.git * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD 4.10 and beyond. * configure: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ac5bd64084b..588bad43e83 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2004-06-16 Mark Kettenis + + * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD + 4.10 and beyond. + * configure: Regenerate. + 2004-06-07 Daniel Jacobowitz From: Albert Chin-A-Young diff --git a/bfd/configure b/bfd/configure index 3071237f097..8136cc04142 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5310,7 +5310,7 @@ if test "${target}" = "${host}"; then i[3-7]86-*-bsdi) 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 TRAD_HEADER='"hosts/i386bsd.h"' ;; diff --git a/bfd/configure.in b/bfd/configure.in index 5b3bb1e5d06..978a92f5fa2 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -219,7 +219,7 @@ changequote([,])dnl COREFILE= ;; 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 COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386bsd.h"'