diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-17 14:15:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-17 14:15:52 +0000 |
commit | cf88bb9f09d71baa044b1bb8ed774f56839236ec (patch) | |
tree | da383eac35d1e76029bc2bfb3ea344e254f390a0 /ld/configure.tgt | |
parent | 0dafd5f6a9d00407314e765ce587fbf4d58fd9e3 (diff) | |
download | binutils-gdb-cf88bb9f09d71baa044b1bb8ed774f56839236ec.tar.gz |
Add IP2k support to BFD and LD
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 c1d7620c8d9..f92334663db 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -494,6 +494,7 @@ mcore-*-elf) targ_emul=elf32mcore ;; s390x-*-linux*) targ_emul=elf64_s390 ;; s390-*-linux*) targ_emul=elf_s390 ;; *-*-ieee*) targ_emul=vanilla ;; +ip2k-*-elf) targ_emul=elf32ip2k ;; *) echo 2>&1 "*** ld does not support target ${targ}" |