Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds

2011-05-08 Thread Andreas Färber
Am 03.05.2011 um 12:18 schrieb Alexander Graf: On 01.05.2011, at 18:31, Andreas Färber wrote: Someone on Linux should check if a similar patch is necessary for roms/SLOF/: Mind to just send a patch I can try out with some instruction on how to trigger this? :) Well, using a build direct

Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds

2011-05-03 Thread Alexander Graf
On 01.05.2011, at 18:31, Andreas Färber wrote: > Someone on Linux should check if a similar patch is necessary for roms/SLOF/: Mind to just send a patch I can try out with some instruction on how to trigger this? :) Alex

Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds

2011-05-01 Thread David Gibson
On Sun, May 01, 2011 at 06:23:55PM +0200, Andreas Färber wrote: > On ppc64 host, recursion into pc-bios/spapr-rtas/ fails for > out-of-tree builds. Add missing dir and symlink. Ah, thank you. > Cc: David Gibson > Cc: Alexander Graf > Signed-off-by: Andreas Färber > --- > configure |2 ++ >

Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds

2011-05-01 Thread Andreas Färber
Someone on Linux should check if a similar patch is necessary for roms/ SLOF/: Am 01.05.2011 um 18:23 schrieb Andreas Färber: diff --git a/configure b/configure index 6f75e2e..491f77a 100755 --- a/configure +++ b/configure @@ -3457,11 +3457,13 @@ done # for target in $targets # build tree in

[Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds

2011-05-01 Thread Andreas Färber
On ppc64 host, recursion into pc-bios/spapr-rtas/ fails for out-of-tree builds. Add missing dir and symlink. Cc: David Gibson Cc: Alexander Graf Signed-off-by: Andreas Färber --- configure |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 6f7