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] Detect and select i586/i686 implementation at run-time


On Wed, 26 Aug 2015, Roland McGrath wrote:

> I don't think there is any real confusion.  The first-order sysdeps/
> subdirectory names use the configure tuple vocabulary, so it's i386
> because that's the CPU name in the tuple.  Indeed using different
> names would be a giant pain technically, but I also think it would
> create confusion, not reduce it.

It would be extremely easy technically.  The preconfigure fragments can 
implement whatever mapping they choose from configure tuples to 
base_machine and machine values - mapping i[4567]86 to x86-32 would be no 
different from mapping them to i386 as at present.  (I'm not saying that 
we *should* rename, just that it would not introduce any new technical 
complications.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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