diff options
author | Alan Modra <amodra@bigpond.net.au> | 2007-09-08 11:11:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2007-09-08 11:11:24 +0000 |
commit | a47e6a475bd9f9c77cb433b94b0fa9b6f9026183 (patch) | |
tree | 9a15fa2c90d263d64fb8b137252635b35103eea1 /bfd/config.bfd | |
parent | 9fb0cfbde2781346c3d01d5e6eb674469d1b66c5 (diff) | |
download | gdb-a47e6a475bd9f9c77cb433b94b0fa9b6f9026183.tar.gz |
* config.bfd: Set want64 for spu-*-elf.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 5bfd4a72685..932e4fe47a3 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1399,6 +1399,7 @@ case "${targ}" in spu-*-elf) targ_defvec=bfd_elf32_spu_vec + want64=true ;; #if HAVE_host_aout_vec |