* configure.tgt: Correct gldi960 to gld960.

This commit is contained in:
Ian Lance Taylor 1996-02-20 21:12:02 +00:00
parent d378530148
commit fc7b6582a9
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Tue Feb 20 16:07:00 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.tgt: Correct gldi960 to gld960.
Mon Feb 19 11:16:44 1996 Ian Lance Taylor <ian@cygnus.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Check

View file

@ -30,9 +30,9 @@ sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
sparc*-wrs-vxworks*) targ_emul=sun4 ;;
i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
i960-wrs-vxworks5*) targ_emul=gld960coff ;;
i960-wrs-vxworks*) targ_emul=gldi960 ;;
i960-wrs-vxworks*) targ_emul=gld960 ;;
i960-*-coff) targ_emul=gld960coff ;;
i960-intel-nindy) targ_emul=gldi960 ;;
i960-intel-nindy) targ_emul=gld960 ;;
m68*-sun-sunos[34]*) targ_emul=sun3 ;;
m68*-wrs-vxworks*) targ_emul=sun3 ;;
m68*-ericsson-ose) targ_emul=sun3 ;;