From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrD20-0001dz-9r for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:34:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrD1v-0002JB-Rg for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:34:16 -0500 Received: from va3ehsobe003.messaging.microsoft.com ([216.32.180.13]:29674 helo=va3outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrD1v-0002Ix-OT for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:34:11 -0500 Date: Fri, 4 Jan 2013 13:34:04 -0600 From: Scott Wood In-Reply-To: <1357291088-23106-1-git-send-email-kraxel@redhat.com> (from kraxel@redhat.com on Fri Jan 4 03:18:08 2013) Message-ID: <1357328044.666.12@snotra> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] pixman: pass extra cflags and ldflags List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/04/2013 03:18:08 AM, Gerd Hoffmann wrote: > Store --extra-cflags and --extra-ldflags in config-host.mak, > then pass them on to the pixman configure script. >=20 > Cc: Scott Wood > Signed-off-by: Gerd Hoffmann > --- > Makefile | 2 +- > configure | 4 ++++ > 2 files changed, 5 insertions(+), 1 deletions(-) This fixes pixman cross-compile for me; thanks! BTW, one thing I noticed when testing this was that "make clean" at the =20 qemu level won't cause pixman to be fully cleaned (the final library =20 file remains, and won't be rebuilt). -Scott=