This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Use x86_64 bits/environments.h for both i386 and x86_64


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.


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