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] Elision, both for s390 and x86_64, should be enabled via --enable-lock-elision=yes.


On 09/29/2014 06:43 PM, Andreas Schwab wrote:
> "Carlos O'Donell" <carlos@redhat.com> writes:
> 
>> diff --git a/configure b/configure
>> index 89566c5..9a9cf08 100755
>> --- a/configure
>> +++ b/configure
>> @@ -1413,7 +1413,7 @@ Optional Features:
>>                            initialize __stack_chk_guard canary with a random
>>                            number at program start
>>    --enable-lock-elision=yes/no
>> -                          Enable lock elision for pthread mutexes by default
>> +                          Enable hardware lock elision by default
>>    --enable-add-ons[=DIRS...]
>>                            configure and build add-ons in DIR1,DIR2,... search
>>                            for add-ons if no parameter given
>> diff --git a/configure.ac b/configure.ac
>> index 82d0896..d113772 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -169,7 +169,7 @@ fi
>>  
>>  AC_ARG_ENABLE([lock-elision],
>>  	      AC_HELP_STRING([--enable-lock-elision[=yes/no]],
> 
> While you are at it, please remove [=yes/no].  This is common to all
> --enable- options, and as you see above this is underquoted, so that the
> brackets are eaten by m4.

Done. Thanks for the review.

Cheers,
Carlos.


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