aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-13 07:48:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-14 06:59:37 +0200
commit319c2dbe240a797c6f9436bfd64f5c16045ad5a1 (patch)
tree94a748642c9af7a9ad8186222afe4d546dfa5834 /ld/configure.tgt
parentf9a36b297d470a72ead64ed07cd5f313d9d7a502 (diff)
downloadfsf-binutils-gdb-319c2dbe240a797c6f9436bfd64f5c16045ad5a1.zip
fsf-binutils-gdb-319c2dbe240a797c6f9436bfd64f5c16045ad5a1.tar.gz
fsf-binutils-gdb-319c2dbe240a797c6f9436bfd64f5c16045ad5a1.tar.bz2
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-*-*.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt2
1 files changed, 1 insertions, 1 deletions
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 ;;