This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build failure for ia64 (due to -Werror)


On Fri, 2005-03-18 at 17:23, Andreas Schwab wrote:
> IMHO the only change we need is to check for BFD_HOST_64_BIT and error out
> if that is not defined.

Doesn't that break --enable-targets=all on a 32-bit host without long
long?  We will try to compile elf32-ia64.c and error out, because
elf32-ia64.c requires 64-bit integer types.  This presumably would work
if the elf32-ia64.c file was not included in the build.  Ergo, the
assumption that elf32-ia64.c should not be included in BFD32_BACKENDS.

As a safety measure, we could add ifdefs as you suggest to verify that
bfd_vma is the 64-bit type that we require and error out then.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]