On 6 March 2014 19:55, Andreas Färber wrote:
> Am 25.02.2014 19:27, schrieb Peter Maydell:
>> gcc's C++ compiler complains about being passed some -W options
>> which make sense for C but not for C++. This means we mustn't try
>> a C++ compile with QEMU_CFLAGS, but only with a filtered version
>>
Am 25.02.2014 19:27, schrieb Peter Maydell:
> gcc's C++ compiler complains about being passed some -W options
> which make sense for C but not for C++. This means we mustn't try
> a C++ compile with QEMU_CFLAGS, but only with a filtered version
> that removes the offending options. This filtering w
gcc's C++ compiler complains about being passed some -W options
which make sense for C but not for C++. This means we mustn't try
a C++ compile with QEMU_CFLAGS, but only with a filtered version
that removes the offending options. This filtering was already being
done for uses of C++ in the build i