[PATCH] Accept more epiphany targets
Sebastian Huber
sebastian.huber@embedded-brains.de
Tue Jun 13 05:54:00 GMT 2017
In particular this adds support for the epiphany-rtems target.
bfd/
config.bfd (epiphany-*-elf): Accept epiphany-*-*.
ld/
configure.tgt (epiphany-*-elf): Accept epiphany-*-*.
---
bfd/config.bfd | 2 +-
ld/configure.tgt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bfd/config.bfd b/bfd/config.bfd
index eb6a958ec5..d0b509dc80 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -524,7 +524,7 @@ case "${targ}" in
targ_defvec=d30v_elf32_vec
;;
- epiphany-*-elf)
+ epiphany-*-*)
targ_defvec=epiphany_elf32_vec
;;
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 1b981d4f9b..47c719cd05 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 ;;
--
2.12.3
More information about the Binutils
mailing list