Re: [Qemu-devel] [PATCH] Fix cross compilation (nm command)

2014-09-19 Thread Peter Maydell
On 18 September 2014 12:55, Stefan Weil wrote: > Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils > tool: nm also needs a cross prefix. > > Signed-off-by: Stefan Weil > --- > configure |2 ++ > rules.mak |2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) App

Re: [Qemu-devel] [PATCH] Fix cross compilation (nm command)

2014-09-19 Thread Peter Maydell
On 19 September 2014 06:27, Paolo Bonzini wrote: > Il 18/09/2014 22:07, Peter Maydell ha scritto: >> On 18 September 2014 12:55, Stefan Weil wrote: >>> Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils >>> tool: nm also needs a cross prefix. >>> >>> Signed-off-by: Stefan Wei

Re: [Qemu-devel] [PATCH] Fix cross compilation (nm command)

2014-09-19 Thread Paolo Bonzini
Il 18/09/2014 22:07, Peter Maydell ha scritto: > On 18 September 2014 12:55, Stefan Weil wrote: >> Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils >> tool: nm also needs a cross prefix. >> >> Signed-off-by: Stefan Weil > > Heh, completely missed that when reviewing the or

Re: [Qemu-devel] [PATCH] Fix cross compilation (nm command)

2014-09-18 Thread Peter Maydell
On 18 September 2014 12:55, Stefan Weil wrote: > Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils > tool: nm also needs a cross prefix. > > Signed-off-by: Stefan Weil Heh, completely missed that when reviewing the original patch. Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH] Fix cross compilation (nm command)

2014-09-18 Thread Stefan Weil
Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils tool: nm also needs a cross prefix. Signed-off-by: Stefan Weil --- configure |2 ++ rules.mak |2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 1a9daa5..5eb95a3 100755 -

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-05-19 Thread Aurelien Jarno
On Tue, May 18, 2010 at 10:12:54PM +0200, Stefan Weil wrote: > Am 18.05.2010 19:43, schrieb Aurelien Jarno: > >On Sun, Apr 11, 2010 at 06:44:18PM +0200, Stefan Weil wrote: > >>This patch enhances the algorithm which finds the correct settings for SDL. > >>For cross compilations (when cross_prefix i

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-05-18 Thread Stefan Weil
Am 18.05.2010 19:43, schrieb Aurelien Jarno: On Sun, Apr 11, 2010 at 06:44:18PM +0200, Stefan Weil wrote: This patch enhances the algorithm which finds the correct settings for SDL. For cross compilations (when cross_prefix is set), it looks for sdl-config with cross prefix. Here is the comp

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-05-18 Thread Aurelien Jarno
On Sun, Apr 11, 2010 at 06:44:18PM +0200, Stefan Weil wrote: > This patch enhances the algorithm which finds the correct settings for SDL. > For cross compilations (when cross_prefix is set), it looks for sdl-config > with cross prefix. Here is the complete search order: > > $(cross_prefix}pkg-con

[Qemu-devel] [PATCH] Fix cross compilation

2010-04-11 Thread Stefan Weil
This patch enhances the algorithm which finds the correct settings for SDL. For cross compilations (when cross_prefix is set), it looks for sdl-config with cross prefix. Here is the complete search order: $(cross_prefix}pkg-config (old, only used for cross compilation) ${cross_prefix}

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-04-10 Thread Stefan Weil
Aurelien Jarno schrieb: > On Sat, Apr 10, 2010 at 09:34:31AM +0200, Stefan Weil wrote: >> Aurelien Jarno schrieb: >>> On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote: This patch enhances the algorithm which finds the correct settings for SDL. For cross compilations (when

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-04-10 Thread Aurelien Jarno
On Sat, Apr 10, 2010 at 09:34:31AM +0200, Stefan Weil wrote: > Aurelien Jarno schrieb: > > On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote: > >> This patch enhances the algorithm which finds the correct settings > >> for SDL. > >> For cross compilations (when cross_prefix is set), it lo

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-04-10 Thread Stefan Weil
Aurelien Jarno schrieb: > On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote: >> This patch enhances the algorithm which finds the correct settings >> for SDL. >> For cross compilations (when cross_prefix is set), it looks for >> sdl-config >> with cross prefix. Here is the complete search

Re: [Qemu-devel] [PATCH] Fix cross compilation

2010-04-09 Thread Aurelien Jarno
On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote: > This patch enhances the algorithm which finds the correct settings for SDL. > For cross compilations (when cross_prefix is set), it looks for sdl-config > with cross prefix. Here is the complete search order: > > ${cross_prefix}sdl_con

[Qemu-devel] [PATCH] Fix cross compilation

2010-03-28 Thread Stefan Weil
This patch enhances the algorithm which finds the correct settings for SDL. For cross compilations (when cross_prefix is set), it looks for sdl-config with cross prefix. Here is the complete search order: ${cross_prefix}sdl_config (new, only used for cross compilation) $(cross_prefix}