]> git.proxmox.com Git - qemu.git/commit - configure
configure: Put cross compile flags in EXTRA_CFLAGS
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Thu, 18 Apr 2013 04:46:14 +0000 (14:46 +1000)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 18 Apr 2013 11:50:53 +0000 (13:50 +0200)
commit79f3b12f7072d592dcddfe71dd846eab3be310ea
tree55483282bf736dae1eb9f95ec582e0366e685a57
parent1773d9ee6e7138e3956081670215e8bc0ae14828
configure: Put cross compile flags in EXTRA_CFLAGS

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.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
configure