Re: [Qemu-devel] [PATCH] pkg-config: Add a pkg-config script for cross compilations

2011-09-11 Thread Paolo Bonzini
On 09/11/2011 08:47 PM, Stefan Weil wrote: Well, Redhat has a large interest in QEMU, so I assume that Fedora is better prepared for cross compilations than most other distributions. Why are the two related? :) Fedora's cross compilation machinery is indeed used by Red Hat for some virt-relat

Re: [Qemu-devel] [PATCH] pkg-config: Add a pkg-config script for cross compilations

2011-09-11 Thread Stefan Weil
Am 11.09.2011 20:25, schrieb Paolo Bonzini: On 09/11/2011 05:55 PM, Stefan Weil wrote: This script can be used for cross compilations. I use it on Debian / Ubuntu to provide a cross pkg-config for MinGW (32 and 64 bit), ARM, MIPS and PowerPC. I think the lack of such script is a bug in your di

Re: [Qemu-devel] [PATCH] pkg-config: Add a pkg-config script for cross compilations

2011-09-11 Thread Paolo Bonzini
On 09/11/2011 05:55 PM, Stefan Weil wrote: This script can be used for cross compilations. I use it on Debian / Ubuntu to provide a cross pkg-config for MinGW (32 and 64 bit), ARM, MIPS and PowerPC. I think the lack of such script is a bug in your distro. Fedora provides /usr/bin/i686-pc-ming

Re: [Qemu-devel] [PATCH] pkg-config: Add a pkg-config script for cross compilations

2011-09-11 Thread Peter Maydell
On 11 September 2011 16:55, Stefan Weil wrote: > --- /dev/null > +++ b/scripts/cross-pkg-config > @@ -0,0 +1,22 @@ > +#!/bin/sh Missing "-e" > + > +# This script provides a cross pkg-config for QEMU cross compilations. > +# It will use the standard pkg-config with special options for the > +# cr

[Qemu-devel] [PATCH] pkg-config: Add a pkg-config script for cross compilations

2011-09-11 Thread Stefan Weil
This script can be used for cross compilations. I use it on Debian / Ubuntu to provide a cross pkg-config for MinGW (32 and 64 bit), ARM, MIPS and PowerPC. Signed-off-by: Stefan Weil --- scripts/cross-pkg-config | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) cr