summaryrefslogtreecommitdiffstats
path: root/contrib/binutils
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-09 03:34:53 +0000
committerjb <jb@FreeBSD.org>1998-03-09 03:34:53 +0000
commit64938d6e9cb1f15fc958d6eb4b341029b826a28a (patch)
tree489a780dcb845cbcb2d90ebb6d4814729358a5b4 /contrib/binutils
parentb13939a64c082c87fbcf1665eccb9dde6272f098 (diff)
downloadFreeBSD-src-64938d6e9cb1f15fc958d6eb4b341029b826a28a.zip
FreeBSD-src-64938d6e9cb1f15fc958d6eb4b341029b826a28a.tar.gz
Add a FreeBSD entry for alpha-elf.
Diffstat (limited to 'contrib/binutils')
-rwxr-xr-xcontrib/binutils/gas/configure1
-rw-r--r--contrib/binutils/ld/configure.tgt1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/binutils/gas/configure b/contrib/binutils/gas/configure
index 661cea9..9498428 100755
--- a/contrib/binutils/gas/configure
+++ b/contrib/binutils/gas/configure
@@ -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 ;;
diff --git a/contrib/binutils/ld/configure.tgt b/contrib/binutils/ld/configure.tgt
index 3ea65fa..677dcdf 100644
--- a/contrib/binutils/ld/configure.tgt
+++ b/contrib/binutils/ld/configure.tgt
@@ -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//'`
;;
OpenPOWER on IntegriCloud