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


On Fri, 2006-01-13 at 14:21 -0800, Ulrich Drepper wrote:
> Steve Munroe wrote:
> > +#define HWCAP_IMPORTANT        (PPC_FEATURE_HAS_ALTIVEC   \
> > +                       | PPC_FEATURE_CELL_BE       \
> > +                       | PPC_FEATURE_BOOKE)
> 
> Remove the booke stuff.  There is no reason to punish people for
> something only embedded people are interested in.  Those freeloaders in
> any case recompile so they can add it to their code.

Not all users of booke CPUs users are freeloaders ;-) I don't like just
removing it from the mask for the sake of it...

Ben.



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