This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: notes on current atomics config and usage


Joe Buck wrote:

> The default arch needs to be i486, so we can count on having decent
> locking primitives.  If the user configures for i386, we can generate
> multilibs, so the small proportion of users that need real 386 code
> can support all combinations at the expense of extra build time and disk
> space.

I don't think we need to automatically generate multilibs.  If you need
special multilibs, add your own -t file. :-)  (I do still think that we
need a way to specify multilibs at configure time, but that's a separate
project.)

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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