qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-2.5] configure: Don't disable optimization f


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH for-2.5] configure: Don't disable optimization for non-fortify builds
Date: Thu, 12 Nov 2015 16:30:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0


On 09/11/2015 17:58, Peter Maydell wrote:
> On 9 November 2015 at 15:33, Paolo Bonzini <address@hidden> wrote:
>> You're right.  The two are the same then, preference is of course
>> subjective.  Feel free to commit yours!
> 
> Applied to master, thanks.
> 
> -- PMM

When I run configure now, I've the following error:

No C++ compiler available; disabling C++ specific optional code
/home/lvivier/Projects/qemu/build/x86_64/../../configure: line 4438:
-dM: command not found

4438  elif echo | $cxx -dM -E - | grep __clang__ > /dev/null 2>&1 ; then

We should check if "$cxx" is defined before using it...

Laurent




reply via email to

[Prev in Thread] Current Thread [Next in Thread]