summaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-12-05 05:48:18 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-12-05 05:48:18 +0000
commit988e78c90ec51edf7d1beaf8529eb3102d26f42c (patch)
tree8500d1d908a53cc6600760d534456c4fcb3a8aaa /bfd/config.bfd
parent3498dba791c255ca4839889a49cfc78cd8d7034c (diff)
downloadbinutils-redhat-988e78c90ec51edf7d1beaf8529eb3102d26f42c.tar.gz
Add x86_64-*-rdos.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index e9dcd42fe5..734e142644 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -661,6 +661,11 @@ case "${targ}" in
want64=true
targ_underscore=no
;;
+ x86_64-*-rdos*)
+ targ_defvec=bfd_elf64_x86_64_vec
+ targ_selvecs="bfd_elf32_i386_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
+ want64=true
+ ;;
#endif
i[3-7]86-*-lynxos*)
targ_defvec=bfd_elf32_i386_vec