diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 1 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 29c15d6..ee7ec87 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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> diff --git a/ld/configure.tgt b/ld/configure.tgt index 2f4c952..ba09a42 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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" ;; |