On Wed, Nov 11, 2009 at 01:49:06PM +0100, Juan Quintela wrote:
> "Michael S. Tsirkin" <m...@redhat.com> wrote:
> 
> Hi
> 
> > @@ -1585,7 +1605,7 @@ int main(void)
> >      return 0;
> >  }
> >  EOF
> > -if $cc $ARCH_CFLAGS -o $TMPE $TMPC 2> /dev/null ; then
> > +if compile_prog "$ARCH_CFLAGS" "" ; then
> 
> s/$ARCH_CFLAGS//
> 
> ARCH_CFLAGS died long ago.

ACK.

> We need to do the same change for dup3

OK.

> This code was this way from the beggining.  I agree that it is better to
> move the QEMU_CFLAGS to the top of the file.
> 
> Later, Juan.


Reply via email to