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 09/14] Add a configure option to enable lock elision and disable by default


On Fri, 28 Jun 2013, Andi Kleen wrote:

> On Fri, Jun 28, 2013 at 01:22:59PM +0000, Joseph S. Myers wrote:
> > On Thu, 27 Jun 2013, Andi Kleen wrote:
> > 
> > > 2013-06-18  Andi Kleen <ak@linux.intel.com>
> > > 
> > > 	* config.h.in (ENABLE_LOCK_ELISION): Add.
> > > 	* configure: Regenerate.
> > > 	* configure.in (--enable-lock-elision): Add option.
> > > 	* manual/install.texi: Document --enable lock elision.
> > 
> > INSTALL is a generated file that needs regenerating after changes to 
> > install.texi.
> 
> How do I do that?

"make INSTALL" (and then remove the trailing newline that adds, by hand, 
to avoid running into the git hooks objecting to adding blank lines at end 
of file; we ought to automate that bit).

-- 
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]