diff options
author | Nick Clifton <nickc@redhat.com> | 2004-12-16 16:02:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-12-16 16:02:59 +0000 |
commit | 2fbd2a87e2cd23eba4eae6341661ce0149be08b1 (patch) | |
tree | 2d08566192d97111e5d4fd19e3faf2fb6bf111c4 /bfd/config.bfd | |
parent | f2763b012e379b77b8927ceb967223b6ea01e6a9 (diff) | |
download | gdb-2fbd2a87e2cd23eba4eae6341661ce0149be08b1.zip gdb-2fbd2a87e2cd23eba4eae6341661ce0149be08b1.tar.gz gdb-2fbd2a87e2cd23eba4eae6341661ce0149be08b1.tar.bz2 |
Add support for s390x-ibm-tpf target
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index cc8d476..e1389ff 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1059,6 +1059,9 @@ case "${targ}" in targ_defvec=bfd_elf64_s390_vec targ_selvecs=bfd_elf32_s390_vec ;; + s390x-*-tpf*) + targ_defvec=bfd_elf64_s390_vec + ;; #endif #ifdef BFD64 |