]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/configure
unify 64-bit bfd checks
authorMike Frysinger <vapier@gentoo.org>
Sat, 4 Dec 2021 05:28:14 +0000 (00:28 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 1 Jan 2022 17:49:07 +0000 (12:49 -0500)
commit1d5269c994bf4af088b1a9d0ed39825541623a99
tree427712dedcd41fc7d1d0e8f837444ec8f6c6c762
parent3cc8ed6aaee33355a5d911a7401db3f1b05a2714
unify 64-bit bfd checks

Move the 64-bit bfd logic out of bfd/configure.ac and into bfd64.m4
under config so it can be shared between all the other subdirs.

This replaces want64 with enable_64_bit_bfd which was already being
declared, but not used directly.
19 files changed:
bfd/Makefile.in
bfd/aclocal.m4
bfd/configure
bfd/configure.ac
bfd/doc/Makefile.in
config/bfd64.m4 [new file with mode: 0644]
gdb/aclocal.m4
gdb/config.in
gdb/configure
gdb/configure.ac
ld/Makefile.in
ld/aclocal.m4
ld/configure
ld/configure.ac
opcodes/Makefile.in
opcodes/aclocal.m4
opcodes/config.in
opcodes/configure
opcodes/configure.ac