[PATCH] alpha*-*-freebsd* support for BFD

Mark Kettenis kettenis@wins.uva.nl
Sat Oct 28 06:59:00 GMT 2000


I noticed that the following patch was still sitting in my tree.  The
change has been checked in to the binutils 2.10 branch, but not to the
main branch (the only difference is that the attached patch makes sure
things are sorted alphabetically).

I could check it in myself, but since I'm not confident that I've got
the right version of autoconf, I'd appreciate it if someone else could
do it, including regenerating configure.

Thanks,

Mark


2000-05-31  Mark Kettenis  <kettenis@gnu.org>

	Add support for FreeBSD/Alpha.
	* configure.in: Add alpha*-*-freebsd* entry to prevent including
	OSF core file support.


Index: configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.34
diff -u -p -r1.34 configure.in
--- configure.in	2000/09/30 00:44:49	1.34
+++ configure.in	2000/10/28 13:52:39
@@ -135,6 +135,7 @@ COREFLAG=
 TRAD_HEADER=
 if test "${target}" = "${host}"; then
   case "${host}" in
+  alpha*-*-freebsd*)	;;
   alpha*-*-linux-gnu*)
 	COREFILE=trad-core.lo
 	TRAD_HEADER='"hosts/alphalinux.h"'


More information about the Binutils mailing list