On 01/04/2013 03:18:08 AM, Gerd Hoffmann wrote:
Store --extra-cflags and --extra-ldflags in config-host.mak,
then pass them on to the pixman configure script.
Cc: Scott Wood <scottw...@freescale.com>
Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
---
Makefile | 2 +-
configure | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
This fixes pixman cross-compile for me; thanks!
BTW, one thing I noticed when testing this was that "make clean" at the
qemu level won't cause pixman to be fully cleaned (the final library
file remains, and won't be rebuilt).
-Scott