diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-28 01:39:59 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-28 01:39:59 +0000 |
commit | 46c3c2015bac0ea4d2eda92a95a946506271a8b1 (patch) | |
tree | bb45dc4512348617683474beb8c188c9e1b4fb4d /ld | |
parent | 2eacb3e87533226acf12131452352da42b6b9208 (diff) | |
download | gdb-46c3c2015bac0ea4d2eda92a95a946506271a8b1.zip gdb-46c3c2015bac0ea4d2eda92a95a946506271a8b1.tar.gz gdb-46c3c2015bac0ea4d2eda92a95a946506271a8b1.tar.bz2 |
* configure.tgt: Fix type last change.
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" ;; |