mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
cris bfd config
cris support will be built into a 32-bit bfd if using --enable-targets=all on a 32-bit host, so we may as well make targmatch.h include cris. * config.bfd (cris): Remove #idef BFD64.
This commit is contained in:
@ -460,7 +460,6 @@ case "${targ}" in
|
||||
targ_underscore=yes
|
||||
;;
|
||||
|
||||
#ifdef BFD64
|
||||
cris-*-* | crisv32-*-*)
|
||||
targ_defvec=cris_aout_vec
|
||||
targ_selvecs="cris_elf32_us_vec cris_elf32_vec"
|
||||
@ -470,7 +469,6 @@ case "${targ}" in
|
||||
esac
|
||||
want64=true
|
||||
;;
|
||||
#endif
|
||||
|
||||
crx-*-elf*)
|
||||
targ_defvec=crx_elf32_vec
|
||||
|
Reference in New Issue
Block a user