qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pi


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman
Date: Sat, 3 Nov 2012 20:02:42 +0100

On 3 November 2012 19:47, Blue Swirl <address@hidden> wrote:
> --- a/Makefile
> +++ b/Makefile
> @@ -122,7 +122,7 @@ subdir-pixman: pixman/Makefile
>         $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pixman V="$(V)" 
> all,)
>
>  pixman/Makefile: $(SRC_PATH)/pixman/configure
> -       (cd pixman; $(SRC_PATH)/pixman/configure --disable-shared 
> --enable-static)
> +       (cd pixman; CC=$(CC) LD=$(LD) AR=$(AR) NM=$(NM) RANLIB=$(RANLIB) 
> $(SRC_PATH)/pixman/configure --disable-shared --enable-static)

Not tested, but aren't there quoting issues here if you're
building with --cc='ccache gcc' ?

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]