This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/2] Remove 32 bit sparc v7 support
On 28/11/2019 14:33, Joseph Myers wrote:
> On Thu, 28 Nov 2019, Joseph Myers wrote:
>
>> These changes have broken build-many-glibcs.py, fix committed:
>>
>> Fix syntax error in build-many-glibcs.py.
>>
>> The recent SPARC changes caused a syntax error:
>>
>> 'ccopts': '-m32 -mlong-double-128 -mcpu=v9'}],
>> ^
>> SyntaxError: invalid syntax
>>
>> Fixed by this patch.
>
> Also, while this fixes the syntax error, I don't think having the sparcv8
> entry listed in glibcs is correct. That's for the glibcs built with the
> compilers; unless the GCC configuration for sparc64 is building the
> *three* multilibs listed there, the sparcv8 entry should be in
> extra_glibcs not glibcs.
>
Alright, I will sort this out.