From 319c2dbe240a797c6f9436bfd64f5c16045ad5a1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 13 Jun 2017 07:48:40 +0200 Subject: Accept more epiphany targets In particular this adds support for the epiphany-rtems target. bfd/ * config.bfd (epiphany-*-elf): Accept epiphany-*-*. ld/ * configure.tgt (epiphany-*-elf): Accept epiphany-*-*. --- ld/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/configure.tgt') diff --git a/ld/configure.tgt b/ld/configure.tgt index 1b981d4..47c719c 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -206,7 +206,7 @@ d30v-*-*) targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o" ;; dlx-*-elf*) targ_emul=elf32_dlx ;; -epiphany-*-elf) targ_emul=elf32epiphany +epiphany-*-*) targ_emul=elf32epiphany targ_extra_emuls="elf32epiphany_4x4" ;; fido*-*-elf*) targ_emul=m68kelf ;; -- cgit v1.1