From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik90u-0006D3-Oe for qemu-devel@nongnu.org; Mon, 22 Oct 2007 21:57:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik90s-0006Cr-CY for qemu-devel@nongnu.org; Mon, 22 Oct 2007 21:56:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik90s-0006Co-5u for qemu-devel@nongnu.org; Mon, 22 Oct 2007 21:56:58 -0400 Received: from tapir.sajinet.com.pe ([66.139.79.212]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ik90r-0000Du-OU for qemu-devel@nongnu.org; Mon, 22 Oct 2007 21:56:57 -0400 Date: Mon, 22 Oct 2007 20:59:59 -0500 From: Carlo Marcelo Arenas Belon Message-ID: <20071023015959.GD28795@tapir> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] add gcc 3.4.6 to the list of compilers to look for 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 The following patch adds gcc-3.4.6 (as used by gentoo's gcc-3.4.6-r2 package) to the list of compilers to test for compatibility. This is also the last version for the gcc-3.4.x and gcc-3.x series which hasn't had an update in 19 months and therefore most likely stable enough to be called by full version number. All other distributions that don't have a binary with this name will just skip this entry and therefore should been unaffected by the change. Carlo --- Index: configure =================================================================== RCS file: /sources/qemu/qemu/configure,v retrieving revision 1.165 diff -u -r1.165 configure --- configure 18 Oct 2007 20:51:48 -0000 1.165 +++ configure 23 Oct 2007 01:38:17 -0000 @@ -23,7 +23,7 @@ cross_prefix="" cc="gcc" gcc3_search="yes" -gcc3_list="gcc-3.4 gcc34 gcc-3.3.6 gcc-3.3 gcc33 gcc-3.2 gcc32" +gcc3_list="gcc-3.4.6 gcc-3.4 gcc34 gcc-3.3.6 gcc-3.3 gcc33 gcc-3.2 gcc32" host_cc="gcc" ar="ar" make="make"