From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KE9ps-000424-Lu for qemu-devel@nongnu.org; Wed, 02 Jul 2008 17:25:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KE9ps-00041r-BR for qemu-devel@nongnu.org; Wed, 02 Jul 2008 17:25:56 -0400 Received: from [199.232.76.173] (port=48915 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KE9ps-00041n-3x for qemu-devel@nongnu.org; Wed, 02 Jul 2008 17:25:56 -0400 Received: from savannah.gnu.org ([199.232.41.3]:51143 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 1KE9pr-0004zg-Oh for qemu-devel@nongnu.org; Wed, 02 Jul 2008 17:25:55 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KE9pq-00065x-LN for qemu-devel@nongnu.org; Wed, 02 Jul 2008 21:25:54 +0000 Received: from malc by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KE9pq-00065h-Cc for qemu-devel@nongnu.org; Wed, 02 Jul 2008 21:25:54 +0000 MIME-Version: 1.0 Errors-To: malc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: malc Message-Id: Date: Wed, 02 Jul 2008 21:25:54 +0000 Subject: [Qemu-devel] [4830] Remove stray local "speedup" hack 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: 4830 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4830 Author: malc Date: 2008-07-02 21:25:53 +0000 (Wed, 02 Jul 2008) Log Message: ----------- Remove stray local "speedup" hack Modified Paths: -------------- trunk/Makefile.target Modified: trunk/Makefile.target =================================================================== --- trunk/Makefile.target 2008-07-02 21:18:00 UTC (rev 4829) +++ trunk/Makefile.target 2008-07-02 21:25:53 UTC (rev 4830) @@ -270,7 +270,6 @@ $(AR) rcs $@ $(LIBOBJS) translate.o: translate.c cpu.h $(OPC_H) -translate.o: CFLAGS:=${CFLAGS} -O1 #-fno-unit-at-a-time translate-all.o: translate-all.c cpu.h $(OPC_H)