* configure.tgt: Fix type last change.
This commit is contained in:
parent
2eacb3e875
commit
46c3c2015b
@ -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>
|
||||
|
@ -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" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user