This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
Re: [PATCH] gas FreeBSD/Alpha configure support
On Tue, May 23, 2000 at 07:05:42PM +0100, Philip Blundell wrote:
> I noticed that there is no FreeBSD/Alpha support in ld at the moment,
> at least not on the branch. Do you have a patch for that as well?
Sorry for not mentioning the patch for configure.tgt that I submitted
yesterday was for both HEAD and 2.10 branch.
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//'`
;;