From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjRLm-00020M-1H for qemu-devel@nongnu.org; Fri, 14 Dec 2012 04:14:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjQIq-0000ay-3R for qemu-devel@nongnu.org; Fri, 14 Dec 2012 03:09:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjQIp-0000ar-SK for qemu-devel@nongnu.org; Fri, 14 Dec 2012 03:07:28 -0500 Message-ID: <50CADE3B.9010906@redhat.com> Date: Fri, 14 Dec 2012 09:07:23 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1355359739.28445.22@snotra> <50C97632.80800@weilnetz.de> <1355413998.14046.0@snotra> In-Reply-To: <1355413998.14046.0@snotra> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Wood Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org Hi, > No, they are with prefix, just not in $PATH. I have more than one > "powerpc-linux-gnu" toolchain and I don't want to mess with my $PATH > constantly to choose between them. # ls -l /usr/bin/*-gcc -rwxr-xr-x. 2 root root 264112 Aug 23 2011 /usr/bin/i686-pc-mingw32-gcc -rwxr-xr-x. 2 root root 268216 Oct 18 18:24 /usr/bin/x86_64-redhat-linux-gcc I think the second part ("pc" / "redhat") can be choosen pretty freely when building gcc, so you could name your cross compilers differently, then have them in PATH and pick by name instead of typing full paths. > No, it's real name is > /home/scott/fsl/tc/gcc-4.5.55-eglibc-2.11.55/powerpc-linux-gnu/bin/powerpc-linux-gnu-gcc ./configure --cross-prefix=/home/scott/fsl/tc/gcc-4.5.55-eglibc-2.11.55/powerpc-linux-gnu/bin/powerpc-linux-gnu- && make ? cheers, Gerd