This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Fix bootstrap/51072 -- libitm not disabled without c++


On 01/05/2012 12:53 PM, Jakub Jelinek wrote:
> On Thu, Jan 05, 2012 at 12:38:17PM +1100, Richard Henderson wrote:
>> +# Disable libitm if we're not building C++
>> +case ,${enable_languages}, in
>> +  *,c++) ;;
> 
> Shouldn't that be *,c++,* ?  C++ might not be the last in the list...

Gah, of course it should.  It's what I meant.
I guess you can tell exactly what I tested too...


r~


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