This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Remove ioperm etc. support for arm
* Aaro Koskinen:
> Hi,
>
> On Wed, May 29, 2019 at 04:53:46PM +0200, Florian Weimer wrote:
>> For libc.so.6 on arm-linux-gnueabi (as built by build-many-glibcs.py),
>> readelf shows this:
>>
>> Attribute Section: aeabi
>> File Attributes
>> Tag_CPU_name: "5T"
>> Tag_CPU_arch: v5T
>
> Doesn't this depend on what is the default in the toolchain (GCC)
> being used?
Yes, I think so.
> Looking at this script it enforces arch for some variants, but not for
> plain arm-linux-gnueabi.
Has GCC ever changed default here?
Maybe we used to test ARMv4, and GCC changed under us without us
noticing?
Thanks,
Florian