* Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo.
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 517b6bee36edd768786ea1abaca1dc0e1664c678..f35298cbc88bf143ab5eab4d3c96e4595659ee09 100644 (file)
@@ -643,6 +643,10 @@ tic6x-*-uclinux)   targ_emul=elf32_tic6x_linux_le
                        ;;
 tic80-*-*)             targ_emul=tic80coff
                        ;;
+tilegx-*-*)            targ_emul=elf64tilegx
+                       targ_extra_emuls="elf32tilegx"
+                       targ_extra_libpath=$targ_extra_emuls ;;
+tilepro-*-*)           targ_emul=elf32tilepro ;;
 v850*-*-*)             targ_emul=v850
                        ;;
 vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
This page took 0.023771 seconds and 4 git commands to generate.