diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-28 01:29:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-28 01:29:58 +0000 |
commit | 37dc280a2e4a4ae9c190123b75c52dfe9194b788 (patch) | |
tree | 6eae69f21bf312b8f7ead52fc513ca871231b4ff /ld | |
parent | 1d97d67f54d6d6390b866812bc14e19b9c334ee1 (diff) | |
download | gdb-37dc280a2e4a4ae9c190123b75c52dfe9194b788.zip gdb-37dc280a2e4a4ae9c190123b75c52dfe9194b788.tar.gz gdb-37dc280a2e4a4ae9c190123b75c52dfe9194b788.tar.bz2 |
* configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/configure.tgt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 8915c13..2f4c952 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -577,7 +577,6 @@ sparc*-wrs-vxworks*) targ_emul=sparcaout ;; sparc*-*-rtems*) targ_emul=elf32_sparc ;; spu-*-elf*) targ_emul=elf32_spu - targ_extra_ofiles="spu_inc.o" ;; tic30-*-*aout*) targ_emul=tic30aout ;; tic30-*-*coff*) targ_emul=tic30coff ;; tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;; |