diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 812a5ff..09c7111 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2012-12-05 Leif Ekblad <leif@rdos.net> + + * configure.tgt: Add x86_64-*-rdos. + 2012-12-03 H.J. Lu <hongjiu.lu@intel.com> PR ld/14904 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 ;; |