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
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
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/