From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYYYl-0007PS-Af for qemu-devel@nongnu.org; Wed, 14 Nov 2012 03:43:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYYYi-0005E7-8P for qemu-devel@nongnu.org; Wed, 14 Nov 2012 03:42:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYYYi-0005E0-0R for qemu-devel@nongnu.org; Wed, 14 Nov 2012 03:42:56 -0500 Message-ID: <50A3598B.3030505@redhat.com> Date: Wed, 14 Nov 2012 09:42:51 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1352796133-956-1-git-send-email-kraxel@redhat.com> <1352796133-956-3-git-send-email-kraxel@redhat.com> <50A28856.6040502@weilnetz.de> In-Reply-To: <50A28856.6040502@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/6] pixman: pass tools to configure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Peter Maydell , qemu-devel@nongnu.org Hi, > An alternate solution (which works in my build environment) is passing > --host=... (value derived from QEMU cross_prefix) to the pixman configure. Sounds reasonable, I'll try. >> +nm="${AR-${cross_prefix}nm}" > > NM instead of AR? > > RANLIB instead of LD? Indeed. /me wonders why the test builds worked nevertheless. cheers, Gerd