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] FreeBSD/Alpha support


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

	* configure.tgt: Recognize alpha-*-freebsd*.



Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.28
diff -u -r1.28 configure.tgt
--- configure.tgt	2000/04/25 17:21:28	1.28
+++ configure.tgt	2000/05/22 21:09:06
@@ -244,6 +244,7 @@
 mips*-*-lnews*)		targ_emul=mipslnews ;;
 mn10200-*-*)		targ_emul=mn10200 ;;
 mn10300-*-*)		targ_emul=mn10300 ;;
+alpha-*-freebsd*)	targ_emul=elf64alpha ;;
 alpha*-*-linuxecoff*)	targ_emul=alpha targ_extra_emuls=elf64alpha
 			tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
 			;;

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