From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jusn6-0003Rx-8W for qemu-devel@nongnu.org; Sat, 10 May 2008 13:23:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jusn5-0003Re-K9 for qemu-devel@nongnu.org; Sat, 10 May 2008 13:23:23 -0400 Received: from [199.232.76.173] (port=54960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jusn5-0003RZ-EE for qemu-devel@nongnu.org; Sat, 10 May 2008 13:23:23 -0400 Received: from savannah.gnu.org ([199.232.41.3]:50256 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jusn5-0008Vz-5K for qemu-devel@nongnu.org; Sat, 10 May 2008 13:23:23 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Jusn3-0007MA-Bc for qemu-devel@nongnu.org; Sat, 10 May 2008 17:23:21 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Jusn2-0007Lw-18 for qemu-devel@nongnu.org; Sat, 10 May 2008 17:23:20 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sat, 10 May 2008 17:23:20 +0000 Subject: [Qemu-devel] [4414] Fix ppcemb-softmmu (Stuart Brady) 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 Revision: 4414 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4414 Author: blueswir1 Date: 2008-05-10 17:23:18 +0000 (Sat, 10 May 2008) Log Message: ----------- Fix ppcemb-softmmu (Stuart Brady) Modified Paths: -------------- trunk/configure Modified: trunk/configure =================================================================== --- trunk/configure 2008-05-10 15:42:17 UTC (rev 4413) +++ trunk/configure 2008-05-10 17:23:18 UTC (rev 4414) @@ -1286,6 +1286,7 @@ echo "#define TARGET_ARCH \"ppcemb\"" >> $config_h echo "#define TARGET_PPC 1" >> $config_h echo "#define TARGET_PPCEMB 1" >> $config_h + echo "#define CONFIG_DYNGEN_OP 1" >> $config_h ;; ppc64) echo "TARGET_ARCH=ppc64" >> $config_mak