From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm7rG-0002a6-F3 for qemu-devel@nongnu.org; Fri, 21 Dec 2012 14:02:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tm7qx-00068e-0V for qemu-devel@nongnu.org; Fri, 21 Dec 2012 14:02:10 -0500 Received: from ch1ehsobe003.messaging.microsoft.com ([216.32.181.183]:39017 helo=ch1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm7qw-00068W-Q8 for qemu-devel@nongnu.org; Fri, 21 Dec 2012 14:01:50 -0500 Date: Fri, 21 Dec 2012 13:01:07 -0600 From: Scott Wood References: <1355943474.12062.4@snotra> <50D2B739.3090502@redhat.com> <1356020345.21086.0@snotra> <50D4243D.7010407@redhat.com> In-Reply-To: (from rschiele@gmail.com on Fri Dec 21 04:56:05 2012) Message-ID: <1356116467.24276.6@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] [RFC PATCH] Allow building without graphics support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Robert Schiele Cc: Stefan Weil , Anthony Liguori , Gerd Hoffmann , qemu-devel@nongnu.org On 12/21/2012 04:56:05 AM, Robert Schiele wrote: > On Fri, Dec 21, 2012 at 9:56 AM, Gerd Hoffmann =20 > wrote: > > I mean with --cross-prefix specifying the absolute location (so you > > don't have to mess with PATH), why does that not work? >=20 > He actually wrote already previously: The name is thrown into > config.sub, which obviously is confused about this strange > architecture name. If you want to have this supported you need to make > a patch to strip off the path before throwing into config.sub. ...and supply additional options/variables to get the pixman configure =20 to be able to find the toolchain. -Scott=