From: Alan Modra Date: Wed, 4 May 2022 22:28:29 +0000 (+0930) Subject: cris bfd config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40ae4abe44fa4e0a53d1681bc48adf445df25822;p=binutils-gdb.git 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. --- diff --git a/bfd/config.bfd b/bfd/config.bfd index 5a690742eb3..2a6aec28036 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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