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: PATCH: Auto detect HOST_64BIT_TYPE and HOST_U_64BIT_TYPE


"H. J. Lu" <hjl@lucon.org> writes:

> There is no need to hard code HOST_64BIT_TYPE nor HOST_U_64BIT_TYPE. We
> can auto detect them. Here is the patch.

I think we might as well eliminate host64 at the same time.  It
doesn't add much, and will simplify configure.host even more.  We can
set host64 if sizeof(long) == 8, if that seems helpful.

Ian


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