From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVWuN-0008JB-Sz for qemu-devel@nongnu.org; Thu, 25 Apr 2013 20:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVWuM-0007t0-T7 for qemu-devel@nongnu.org; Thu, 25 Apr 2013 20:53:03 -0400 Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:42764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVWuM-0007sw-MR for qemu-devel@nongnu.org; Thu, 25 Apr 2013 20:53:02 -0400 Received: by mail-ea0-f179.google.com with SMTP id h10so1439742eaj.10 for ; Thu, 25 Apr 2013 17:53:01 -0700 (PDT) Date: Fri, 26 Apr 2013 02:52:53 +0200 From: "Edgar E. Iglesias" Message-ID: <20130426005253.GA4695@smtp.vpn> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH RFT for-1.5 v1 0/2] Fix DTC sub-module issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.crosthwaite@xilinx.com Cc: blauwirbel@gmail.com, pbonzini@redhat.com, qemu-devel@nongnu.org, peter.maydell@linaro.org On Mon, Apr 22, 2013 at 02:40:09PM +1000, peter.crosthwaite@xilinx.com wrote: > From: Peter Crosthwaite > > Two issues reported by Blue for building the DTC submodule with clang > and mingw. Applied Fixes the mingw build on my setup, thanks. Cheers, Edgar > > > Peter Crosthwaite (2): > Makefile: Don't build shared libfdt > Makefile: Use QEMU_FLAGS for DTC compilation > > Makefile | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >