Re: [Qemu-devel] [PATCH v2 1/3] configure: Put cross compile flags in EXTRA_CFLAGS

2013-03-03 Thread Peter Crosthwaite
On Fri, Mar 1, 2013 at 12:52 AM, Peter Maydell wrote: > On 19 February 2013 04:16, Peter Crosthwaite > wrote: >> The cross compile CFLAGS are needed to properly build pixman (and any other >> submodules). Only the EXTRA_CFLAGS set is passed to submodules not >> QEMU_CFLAGS, >> so put the cross c

Re: [Qemu-devel] [PATCH v2 1/3] configure: Put cross compile flags in EXTRA_CFLAGS

2013-02-28 Thread Peter Maydell
On 19 February 2013 04:16, Peter Crosthwaite wrote: > The cross compile CFLAGS are needed to properly build pixman (and any other > submodules). Only the EXTRA_CFLAGS set is passed to submodules not > QEMU_CFLAGS, > so put the cross compile flags in EXTRA_CFLAGS instead. > > Signed-off-by: Peter

[Qemu-devel] [PATCH v2 1/3] configure: Put cross compile flags in EXTRA_CFLAGS

2013-02-18 Thread Peter Crosthwaite
The cross compile CFLAGS are needed to properly build pixman (and any other submodules). Only the EXTRA_CFLAGS set is passed to submodules not QEMU_CFLAGS, so put the cross compile flags in EXTRA_CFLAGS instead. Signed-off-by: Peter Crosthwaite peter.crosthwa...@xilinx.com> --- configure | 17