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 v3] powerpc64*: fix the order of implied sysdeps directories


On Fri, 09 Mar 2018, Joseph Myers wrote:

>On Thu, 8 Mar 2018, Gabriel F. T. Gomes wrote:
>
>> So, moving machine directories to .../powerpc64/{be,le}, means that
>> something needs to convert powerpc64 (from the triplet) to powerpc64/be
>> and powerpc64le to powerpc64/le.  Moreover, I think that this will
>> implicitly imply ".../powerpc64" for both big-endian and little-endian.  
>
>The code in question is sysdeps/powerpc/preconfigure; you'd need to change 
>the machine settings therein.

OK, somehow, I got the impression that it would be wrong to change the
value of $machine (I thought it was intentionally set to the triplet and
shouldn't be changed), but I changed my mind after your comments.

Besides that, I had mentioned that ".../powerpc64" would be implicitly
implied, as if it was something undesired, but that should be OK since
files that are specific to big-endian or little-endian can be moved to
their subdirectories (powerpc64/be and powerpc64/le).

With that in mind, I implemented Andreas suggestion (be/ and le/ subdirs)
and I'm sending it in a new thread.


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