* config.bfd: Set want64 for spu-*-elf.
This commit is contained in:
parent
c4e9ac527d
commit
78b8434d26
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-09-08 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config.bfd: Set want64 for spu-*-elf.
|
||||
|
||||
2007-09-08 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR ld/2864, ld/5006
|
||||
|
|
|
@ -1399,6 +1399,7 @@ case "${targ}" in
|
|||
|
||||
spu-*-elf)
|
||||
targ_defvec=bfd_elf32_spu_vec
|
||||
want64=true
|
||||
;;
|
||||
|
||||
#if HAVE_host_aout_vec
|
||||
|
|
Loading…
Reference in a new issue