* configure.tgt: Fix type last change.

This commit is contained in:
Alan Modra 2007-02-28 01:39:59 +00:00
parent 2eacb3e875
commit 46c3c2015b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2007-02-28 Alan Modra <amodra@bigpond.net.au>
* configure.tgt: Fix type last change.
* configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
2007-02-27 Alan Modra <amodra@bigpond.net.au>

View File

@ -576,7 +576,7 @@ sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
sparc*-*-rtems*) targ_emul=elf32_sparc
;;
spu-*-elf*) targ_emul=elf32_spu
spu-*-elf*) targ_emul=elf32_spu ;;
tic30-*-*aout*) targ_emul=tic30aout ;;
tic30-*-*coff*) targ_emul=tic30coff ;;
tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;