PATCH: Use x86_64 bits/environments.h for both i386 and x86_64

H.J. Lu hjl.tools@gmail.com
Thu May 31 23:18:00 GMT 2012


On Thu, May 31, 2012 at 3:01 PM, Roland McGrath <roland@hack.frob.com> wrote:
> That is fine but it looks to me like this file needs some changes to be
> correct for x32.  It has 64-bit off_t, doesn't it?

That is true.  However, ILP32 here means -m32, not -mx32.
POSIX only supports LP64 (-m64) and ILP32 (-m32).  There
is nothing for -mx32.

-- 
H.J.



More information about the Libc-alpha mailing list