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:
parent
3f39463468
commit
45e0d510b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34350
1
contrib/binutils/gas/configure
vendored
1
contrib/binutils/gas/configure
vendored
@ -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 ;;
|
||||
|
@ -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//'`
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user