diff options
author | Phil Blundell <philb@gnu.org> | 2000-05-28 11:32:34 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-05-28 11:32:34 +0000 |
commit | 42c103720425234c623bec8ddfe480472a716e0b (patch) | |
tree | 3550950af3b5d22934e49ce5df863793050be497 | |
parent | 687af0c010e1151e690769b099f4fd92c4644b0a (diff) | |
download | gdb-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/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 1 |
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//'` ;; |