sparse: fix build
commit2944d742f73d78120151fbc62b53f2ab79be89aa
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 15 Oct 2014 09:51:09 +0000 (15 11:51 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 2 Nov 2014 07:04:34 +0000 (2 10:04 +0300)
tree0942817fe7ac09157903aa36b6f43b863dd9565e
parent0d61f18b57432e56340b2fabe01222fc464fe92a
sparse: fix build

c++ compiler isn't wrapped with cgcc, resulting in gcc complaining about
the sparse compiler flags which it doesn't know in case qemu is built
with --enable-sparse.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure