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] Remove ioperm etc. support for arm


Hi,

On Wed, May 29, 2019 at 11:12:44PM +0200, Florian Weimer wrote:
> >> 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?

Just building with -march=armv4t should be enough for a start.

A.


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