Re: [PATCH v3 12/17] ARC: ABI lists

2020-03-09 Thread Florian Weimer
* Vineet Gupta:

> On 3/7/20 7:20 AM, Florian Weimer wrote:
>> * Vineet Gupta:
>> 
>>> +GLIBC_2.32 sysctl F
>> 
>> This looks like a mistake, given that ARC doesn't even have the sysctl
>> system call.
>> 
>> I think the current way of suppressing that involves creating an empty
>> sysctl.mk file, as in sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk.
>> (Unfortunately, the ports added after x32 forgot to do that because
>> the in-tree default is wrong.)
>
> For now I've added an empty file and in a later sweep we can remove all the 
> empty
> ones as you suggest below. Thx for taking a look.

Thanks.  I posted my removal patch as well:

  

___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc


Re: [PATCH v3 12/17] ARC: ABI lists

2020-03-07 Thread Vineet Gupta
On 3/7/20 7:20 AM, Florian Weimer wrote:
> * Vineet Gupta:
> 
>> +GLIBC_2.32 sysctl F
> 
> This looks like a mistake, given that ARC doesn't even have the sysctl
> system call.
> 
> I think the current way of suppressing that involves creating an empty
> sysctl.mk file, as in sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk.
> (Unfortunately, the ports added after x32 forgot to do that because
> the in-tree default is wrong.)

For now I've added an empty file and in a later sweep we can remove all the 
empty
ones as you suggest below. Thx for taking a look.

> 
> Alternatively, we can remove the  header first and turn
> sysctl into a compat symbol, so that the symbol will be gone without
> further action on your part.



___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc


Re: [PATCH v3 12/17] ARC: ABI lists

2020-03-07 Thread Florian Weimer
* Vineet Gupta:

> +GLIBC_2.32 sysctl F

This looks like a mistake, given that ARC doesn't even have the sysctl
system call.

I think the current way of suppressing that involves creating an empty
sysctl.mk file, as in sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk.
(Unfortunately, the ports added after x32 forgot to do that because
the in-tree default is wrong.)

Alternatively, we can remove the  header first and turn
sysctl into a compat symbol, so that the symbol will be gone without
further action on your part.

___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc