aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2000-05-28 11:32:34 +0000
committerPhil Blundell <philb@gnu.org>2000-05-28 11:32:34 +0000
commit42c103720425234c623bec8ddfe480472a716e0b (patch)
tree3550950af3b5d22934e49ce5df863793050be497
parent687af0c010e1151e690769b099f4fd92c4644b0a (diff)
downloadgdb-42c103720425234c623bec8ddfe480472a716e0b.zip
gdb-42c103720425234c623bec8ddfe480472a716e0b.tar.gz
gdb-42c103720425234c623bec8ddfe480472a716e0b.tar.bz2
2000-05-22 David O'Brien <obrien@FreeBSD.org>
* configure.tgt: Recognize alpha-*-freebsd*.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 37506a8..612d098 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-22 David O'Brien <obrien@FreeBSD.org>
+
+ * configure.tgt: Recognize alpha-*-freebsd*.
+
2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
* ldmain.c: Include filenames.h.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index d1ce552..8b23896 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -248,6 +248,7 @@ mips*-*-linux-gnu*) targ_emul=elf32bsmip
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//'`
;;