Re: [kvm-devel] [PATCH] Allow users to override compiler checks for gcc3 by only using --disable-gcc-check as done in qemu

2007-10-08 Thread Carlo Marcelo Arenas Belon
On Mon, Oct 08, 2007 at 06:23:30PM +0200, Avi Kivity wrote: > Carlo Marcelo Arenas Belon wrote: > > > > If the qemu-cc option is not used but disable-gcc-check is requested then > > assume that the default system gcc should be used (chosen by name) > > > > This patch fixes sourceforge bug id 180762

Re: [kvm-devel] [PATCH] Allow users to override compiler checks for gcc3 by only using --disable-gcc-check as done in qemu

2007-10-08 Thread Avi Kivity
Carlo Marcelo Arenas Belon wrote: > Allow users to override the compiler checks for gcc3 that are required for > compatibility with qemu in the same way that qemu does. > > If the qemu-cc option is not used but disable-gcc-check is requested then > assume that the default system gcc should be used

[kvm-devel] [PATCH] Allow users to override compiler checks for gcc3 by only using --disable-gcc-check as done in qemu

2007-10-08 Thread Carlo Marcelo Arenas Belon
Allow users to override the compiler checks for gcc3 that are required for compatibility with qemu in the same way that qemu does. If the qemu-cc option is not used but disable-gcc-check is requested then assume that the default system gcc should be used (chosen by name) This patch fixes sourcefo