This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] bfd FreeBSD/Alpha configure support


This patch is for both HEAD and the 2.10 branch.


2000-05-22  David O'Brien  <obrien@FreeBSD.org>

	* configure: Recognize alpha-*-freebsd*.


Index: bfd/configure
===================================================================
RCS file: /cvs/src/src/bfd/configure,v
retrieving revision 1.20.2.1
diff -u -r1.20.2.1 configure
--- configure	2000/04/02 20:46:55	1.20.2.1
+++ configure	2000/05/22 22:35:41
@@ -4437,6 +4437,9 @@
 TRAD_HEADER=
 if test "${target}" = "${host}"; then
   case "${host}" in
+  alpha*-*-freebsd*)
+	COREFILE=''
+	;;
   alpha*-*-linux-gnu*)
 	COREFILE=trad-core.lo
 	TRAD_HEADER='"hosts/alphalinux.h"'

Index: bfd/configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.15
diff -u -r1.15 configure.in
--- configure.in	2000/03/27 08:39:12	1.15
+++ configure.in	2000/05/22 22:35:43
@@ -114,6 +114,9 @@
 TRAD_HEADER=
 if test "${target}" = "${host}"; then
   case "${host}" in
+  alpha*-*-freebsd*)
+	COREFILE=''
+	;;
   alpha*-*-linux-gnu*)
 	COREFILE=trad-core.lo
 	TRAD_HEADER='"hosts/alphalinux.h"'

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]