diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-31 23:23:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-31 23:23:48 +0000 |
commit | 02a5d235259cb3e5a478ce4a81833bdfa3cce457 (patch) | |
tree | 0783b446a3e85c695df38002e57c765f7553f7f9 /ld/configure.tgt | |
parent | c7c26058d8f95e069fdd26a303da403478c632aa (diff) | |
download | ppe42-binutils-02a5d235259cb3e5a478ce4a81833bdfa3cce457.tar.gz ppe42-binutils-02a5d235259cb3e5a478ce4a81833bdfa3cce457.zip |
Tue Oct 31 18:22:24 1995 David Mosberger-Tang <davidm@azstarnet.com>
* configure.host (alpha-*-linux*): New host.
* configure.tgt (alpha-*-linux*): New target.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 506a1fd74d..b099ec8ed6 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -103,6 +103,7 @@ mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;; mips*vr4300-*-elf*) targ_emul=elf32b4300 ;; mips*el-*-elf*) targ_emul=elf32lmip ;; mips*-*-elf*) targ_emul=elf32bmip ;; +alpha-*-linux*) targ_emul=alpha ;; alpha-*-osf*) targ_emul=alpha ;; alpha-*-netware*) targ_emul=alpha ;; z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;; |