From 42c103720425234c623bec8ddfe480472a716e0b Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 28 May 2000 11:32:34 +0000 Subject: [PATCH] 2000-05-22 David O'Brien * configure.tgt: Recognize alpha-*-freebsd*. --- ld/ChangeLog | 4 ++++ ld/configure.tgt | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 37506a80d07..612d0980275 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-05-22 David O'Brien + + * configure.tgt: Recognize alpha-*-freebsd*. + 2000-05-26 Eli Zaretskii * ldmain.c: Include filenames.h. diff --git a/ld/configure.tgt b/ld/configure.tgt index d1ce552e846..8b23896b838 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//'` ;; -- 2.47.2