diff options
author | Alan Modra <amodra@gmail.com> | 2012-12-05 05:48:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-12-05 05:48:19 +0000 |
commit | 79056107ed3c05d46975de382a12eafc767054ff (patch) | |
tree | cbfcfcf7ee2ec54c5d0197c13fdb31a0dc14a38b /ld/configure.tgt | |
parent | 68d6295870ad1d2f4d0a39e8fbf088a3caaaab29 (diff) | |
download | gdb-79056107ed3c05d46975de382a12eafc767054ff.zip gdb-79056107ed3c05d46975de382a12eafc767054ff.tar.gz gdb-79056107ed3c05d46975de382a12eafc767054ff.tar.bz2 |
Add x86_64-*-rdos.
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 0339754..61cc346 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -199,6 +199,7 @@ i[3-7]86-*-coff) targ_emul=i386coff ;; i[3-7]86-*-rtems*) targ_emul=elf_i386 ;; i[3-7]86-*-aros*) targ_emul=elf_i386 ;; i[3-7]86-*-rdos*) targ_emul=elf_i386 ;; +x86_64-*-rdos*) targ_emul=elf_x86_64 ;; i[3-7]86-*-bsd) targ_emul=i386bsd ;; i[3-7]86-*-bsd386) targ_emul=i386bsd ;; i[3-7]86-*-bsdi*) targ_emul=i386bsd ;; |