1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Add a FreeBSD entry for alpha-elf.

This commit is contained in:
John Birrell 1998-03-09 03:34:53 +00:00
parent 3f39463468
commit 45e0d510b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34350
2 changed files with 2 additions and 0 deletions

View File

@ -774,6 +774,7 @@ for this_target in $target $canon_targets ; do
a29k-*-vxworks*) fmt=coff ;;
alpha-*-*vms*) fmt=evax ;;
alpha-*-freebsd*) fmt=elf em=freebsd ;;
alpha-*-netware*) fmt=ecoff ;;
alpha-*-openbsd*) fmt=ecoff ;;
alpha-*-osf*) fmt=ecoff ;;

View File

@ -155,6 +155,7 @@ mips*-*-linux*) targ_emul=elf32bmip
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//'`
;;