This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug gdb/20287] X32 and "gdb_static_assert (sizeof (nat_siginfo_t) == sizeof (siginfo_t))"


https://sourceware.org/bugzilla/show_bug.cgi?id=20287

--- Comment #40 from Jeffrey Walton <noloader at gmail dot com> ---
(In reply to Pedro Alves from comment #39)
> Confirmed that the patch fixes the x32 issue, or confirmed that you still
> observe the makeinfo issue?

My bad... Confirmed the MAKEINFO issue. X32 does not supply it. (Its the path
of least resistance; I tried it first).

> BTW, I think the makeinfo workaround is MAKEINFO=true, not MAKEINFO=false.

That's very non-intuitive if I am parsing it correctly: when you *don't* want
to build the info files, you specify `MAKEINFO=true`. And when you do want to
build the info files, you say `MAKEINFO=false`. Is that correct?

I can't help but feel configure should be doing it since that is it's job. the
`makeinfo` program is missing; there no sense trying to build the info files.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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