From 79056107ed3c05d46975de382a12eafc767054ff Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 5 Dec 2012 05:48:19 +0000 Subject: Add x86_64-*-rdos. --- ld/ChangeLog | 4 ++++ ld/configure.tgt | 1 + 2 files changed, 5 insertions(+) (limited to 'ld') 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 + + * configure.tgt: Add x86_64-*-rdos. + 2012-12-03 H.J. Lu 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 ;; -- cgit v1.1