Re: [Qemu-devel] [PATCH] remove cross prefix from pkg-config command

2011-08-03 Thread Yoder Stuart-B08248
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Wednesday, August 03, 2011 1:41 AM > To: Stefan Weil > Cc: Yoder Stuart-B08248; qemu-devel@nongnu.org > Subject: Re: [PATCH] remove cross prefix from pkg-config command > > O

Re: [Qemu-devel] [PATCH] remove cross prefix from pkg-config command

2011-08-02 Thread Paolo Bonzini
On 08/02/2011 11:01 PM, Stefan Weil wrote: I run cross builds for arm, mips, powerpc and mingw. All of them use the cross prefix. When running make, I neither want to specify a special PATH nor a PKG_CONFIG_PATH. All I need is something like "make -C bin/arm" (each cross target has its own direc

Re: [Qemu-devel] [PATCH] remove cross prefix from pkg-config command

2011-08-02 Thread Stefan Weil
Am 02.08.2011 22:21, schrieb Stuart yoder: From: Stuart Yoder the host pkg-config tool should be used with the location to pkg-config *.pc files being specified via the PKG_CONFIG_PATH Signed-off-by: Stuart Yoder --- The Freescale cross build environment is multilib which means there are spe

[Qemu-devel] [PATCH] remove cross prefix from pkg-config command

2011-08-02 Thread Stuart yoder
From: Stuart Yoder the host pkg-config tool should be used with the location to pkg-config *.pc files being specified via the PKG_CONFIG_PATH Signed-off-by: Stuart Yoder --- The Freescale cross build environment is multilib which means there are special library paths for different cpu types