This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

[PATCH] More FreeBSD/Alpha support


Oops, I forgot to check in the configure bits.  Here they are.

Mark


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

	Add support for FreeBSD/Alpha.
	* configure.host, configure.tgt (alpha*-*-freebsd*): New entry.


Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.6
diff -u -p -r1.6 configure.host
--- configure.host	2000/05/18 23:43:57	1.6
+++ configure.host	2000/05/31 20:51:58
@@ -34,6 +34,7 @@ alpha*-*-osf1*)		gdb_host=alpha-osf1 ;;
 alpha*-*-osf2*)		gdb_host=alpha-osf2 ;;
 alpha*-*-osf[3456789]*)	gdb_host=alpha-osf3 ;;
 alpha*-*-linux*)	gdb_host=alpha-linux ;;
+alpha*-*-freebsd*)	gdb_host=fbsd ;;
 
 arm*-*-linux*)		gdb_host=linux ;;
 arm*-*-*)		gdb_host=arm ;;
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.9
diff -u -p -r1.9 configure.tgt
--- configure.tgt	2000/05/24 04:16:27	1.9
+++ configure.tgt	2000/05/31 20:51:58
@@ -46,6 +46,7 @@ a29k-*-vxworks*)        gdb_target=vx29k
 
 alpha*-*-osf*)		gdb_target=alpha-osf1 ;;
 alpha*-*-linux*)	gdb_target=alpha-linux ;;
+alpha*-*-freebsd*)	gdb_target=fbsd ;;
 
 arc-*-*)		gdb_target=arc ;;
 

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