From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ELNam-0005vm-IT for qemu-devel@nongnu.org; Fri, 30 Sep 2005 12:18:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ELNad-0005qt-M4 for qemu-devel@nongnu.org; Fri, 30 Sep 2005 12:18:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELNad-0005qG-3D for qemu-devel@nongnu.org; Fri, 30 Sep 2005 12:18:27 -0400 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1ELNaN-0000Mt-Rh for qemu-devel@nongnu.org; Fri, 30 Sep 2005 12:18:12 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Current state of GCC 4 (non-)"support" on x86-64 ? Date: Fri, 30 Sep 2005 17:18:02 +0100 References: <433D60D0.8040601@bacbuc.dyndns.org> In-Reply-To: <433D60D0.8040601@bacbuc.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509301718.06167.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Emmanuel Charpentier On Friday 30 September 2005 16:59, Emmanuel Charpentier wrote: > Dear list, > > I understand that the current "official" qemu needs gcc 3.x and won't > compile with gcc 4.x You can compile qemu and the kernel module with different compilers. Paul