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:
>> Maybe we used to test ARMv4, and GCC changed under us without us
>> noticing?
>
> Don't know if they have ever changed that, but it would probably make
> sense to add flags to build-many-glibcs.py to build for the lowest
> supported arch level.
Indeed.
> ARMv4 is already deprecated in GCC, so probably it's OK to remove this
> stuff from glibc. Personally I'm concerned about armv4t support as I'm
> running such systems still with modern glibc.
Interesting. Could you perhaps suggest changes to build-many-glibcs.py
so that we can build an armv4t target as part of the regular runs?
(And I assume you aren't interested in ioperm support anymore. 8-)
Thanks,
Florian