Re: [Qemu-devel] [PATCH v5 3/3] configure/Make: Build libfdt from submodule DTC

2013-05-24 Thread Edgar E. Iglesias
On Fri, May 24, 2013 at 03:16:00PM +0100, Peter Maydell wrote: > On 22 April 2013 05:45, Peter Crosthwaite > wrote: > > On Sun, Apr 21, 2013 at 11:16 PM, Paolo Bonzini wrote: > >> libfdt is not that portable, it doesn't use libtool to build shared > >> libraries. > >> > >> Perhaps we can just bu

Re: [Qemu-devel] [PATCH v5 3/3] configure/Make: Build libfdt from submodule DTC

2013-05-24 Thread Peter Maydell
On 24 May 2013 15:33, Edgar E. Iglesias wrote: > On Fri, May 24, 2013 at 03:16:00PM +0100, Peter Maydell wrote: >> Hi -- can you point me at the fix? Did it get committed? >> I did a search of my mail archives but couldn't find anything >> that looked like it. >> >> (I'm looking at making libfdt m

Re: [Qemu-devel] [PATCH v5 3/3] configure/Make: Build libfdt from submodule DTC

2013-05-24 Thread Peter Maydell
On 22 April 2013 05:45, Peter Crosthwaite wrote: > On Sun, Apr 21, 2013 at 11:16 PM, Paolo Bonzini wrote: >> libfdt is not that portable, it doesn't use libtool to build shared >> libraries. >> >> Perhaps we can just build the static library? >> > > Seems reasonable, and got this working with fai

Re: [Qemu-devel] [PATCH v5 3/3] configure/Make: Build libfdt from submodule DTC

2013-04-22 Thread Paolo Bonzini
Il 22/04/2013 06:45, Peter Crosthwaite ha scritto: > Hi Paolo, Blue, > > On Sun, Apr 21, 2013 at 11:16 PM, Paolo Bonzini wrote: >> Il 20/04/2013 20:42, Blue Swirl ha scritto: >>> This is not entirely correct, I get these errors: >>> mingw32: >>> CC libfdt/fdt.o >>> cc1: warnings being treate

Re: [Qemu-devel] [PATCH v5 3/3] configure/Make: Build libfdt from submodule DTC

2013-04-21 Thread Peter Crosthwaite
Hi Paolo, Blue, On Sun, Apr 21, 2013 at 11:16 PM, Paolo Bonzini wrote: > Il 20/04/2013 20:42, Blue Swirl ha scritto: >> This is not entirely correct, I get these errors: >> mingw32: >> CC libfdt/fdt.o >> cc1: warnings being treated as errors >> /src/qemu/dtc/libfdt/fdt.c:1: warning: -fPIC ig

Re: [Qemu-devel] [PATCH v5 3/3] configure/Make: Build libfdt from submodule DTC

2013-04-21 Thread Paolo Bonzini
Il 20/04/2013 20:42, Blue Swirl ha scritto: > This is not entirely correct, I get these errors: > mingw32: > CC libfdt/fdt.o > cc1: warnings being treated as errors > /src/qemu/dtc/libfdt/fdt.c:1: warning: -fPIC ignored for target (all > code is position independent) > > Other flags, includin

Re: [Qemu-devel] [PATCH v5 3/3] configure/Make: Build libfdt from submodule DTC

2013-04-20 Thread Blue Swirl
On Thu, Apr 18, 2013 at 4:47 AM, wrote: > From: Peter Crosthwaite > > Configure to use the DTC submodule to build libfdt when no system libfdt > is found. Prompt to install the DTC submodule if --enable-fdt is set but > no DTC can be found. > > DTC has no out-of-tree build capability, so the con

[Qemu-devel] [PATCH v5 3/3] configure/Make: Build libfdt from submodule DTC

2013-04-17 Thread peter . crosthwaite
From: Peter Crosthwaite Configure to use the DTC submodule to build libfdt when no system libfdt is found. Prompt to install the DTC submodule if --enable-fdt is set but no DTC can be found. DTC has no out-of-tree build capability, so the configure will symlink the Makefile and scripts directory