Re: [Qemu-devel] [PATCH v2] qga: fitering out -fstack-protector-strong

2015-04-02 Thread Paolo Bonzini
On 01/04/2015 18:38, Joseph Hindin wrote: > configure script may add -fstack-protector-strong option instead > of -fstack-protector-all, depending on availability ( see > commit 63678e17c ). Both options have to by filtered out for > qga-vss.dll, otherwise MinGW cross-compilation fails at linking

[Qemu-devel] [PATCH v2] qga: fitering out -fstack-protector-strong

2015-04-01 Thread Joseph Hindin
configure script may add -fstack-protector-strong option instead of -fstack-protector-all, depending on availability ( see commit 63678e17c ). Both options have to by filtered out for qga-vss.dll, otherwise MinGW cross-compilation fails at linking stage. Signed-off-by: Joseph Hindin --- qga/vss-