Re: [Qemu-devel] [PATCH 2/6] pixman: pass tools to configure

2012-11-14 Thread Gerd Hoffmann
Hi, > An alternate solution (which works in my build environment) is passing > --host=... (value derived from QEMU cross_prefix) to the pixman configure. Sounds reasonable, I'll try. >> +nm="${AR-${cross_prefix}nm}" > > NM instead of AR? > > RANLIB instead of LD? Indeed. /me wonders why th

Re: [Qemu-devel] [PATCH 2/6] pixman: pass tools to configure

2012-11-13 Thread Stefan Weil
Am 13.11.2012 09:42, schrieb Gerd Hoffmann: Complete the set of compiler tool names in config-host.mak, pass them to pixman configure to make sure cross builds work. Based on a patch from Blue Swirl. Signed-off-by: Gerd Hoffmann --- Makefile |2 +- configure |4 2 files change

[Qemu-devel] [PATCH 2/6] pixman: pass tools to configure

2012-11-13 Thread Gerd Hoffmann
Complete the set of compiler tool names in config-host.mak, pass them to pixman configure to make sure cross builds work. Based on a patch from Blue Swirl. Signed-off-by: Gerd Hoffmann --- Makefile |2 +- configure |4 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/