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: Rd: [RFC] dl-procinfo and HWCAP_IMPORTANT support for powerpc


> The dl_procinfo mechanism is intended to for "retail" distributions for
> "general purpose" computers. Like Apple G3 vs G4 vs G5. In the Intel space
> they only support 2 values "i686" and "x86_64". There is practical limit
> (2, 3, maybe 4) to the number of <cpu_types> a distro is willing to
> build/test. For power we are starting with power4 because that it is the
> first implementation of the Version 2.0 PowerPC Architecture (and the
> Weakly Consistent Storage Model).
> 
> If you are building a SDK or runtime for an embedded processor you can use
> --with-cpu= to build a optimized version of glibc.

Even then, ignoring embedded if you think that's a good idea (I know
some embedded folks who will not agree here), I still think we are
asking for trouble around the corner. I mean, you know how many
micro-architectures we have, we should probably at least add the
commonly used freescale ones (g4 typically), then there is cell, and
things are still evolving.

I really think it's not a good idea to mix the actual microarchitecture
of the processor with the feature bits.




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