This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: build failure for ia64 (due to -Werror)
Ian Lance Taylor <ian@airs.com> writes:
> If you don't have a 64-bit host, nor a 64-bit target, nor do you
> configure with --enable-64-bit-bfd, then --enable-targets=all should
> only permit the use of 32-bit targets. This is implemented through
> the rather odd mechanism of using #ifdef BFD64 in bfd/config.bfd, from
> which targmatch.h is constructed.
>
> Perhaps this has broken somehow.
Or perhaps we just need to move elf32-ia64.c from BFD32_BACKENDS to
BFD64_BACKENDS in bfd/Makefile.am.
Ian