This is the mail archive of the libc-alpha@sources.redhat.com 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] ppc64 utmp changes


Jakub Jelinek writes:

> ATM it doesn't work though.
> The problem is that say powerpc/powerpc32/Implies contains wordsize-32
> and thus the search order is powerpc/powerpc32 wordsize-32 powerpc
> and bits/wordsize.h gets picked up from wordsize-32. Works fine when you
> build glibc, but you cannot share /usr/include between 32-bit and 64-bit
> apps.

So what end up in /usr/include/bits is from ./sysdeps/wordsize-32 or
./sysdeps/wordsize-64!

OK we definitely want /usr/include/bits/wordsize.h to work for both.



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