From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mpd2Q-0006rK-JI for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:10:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpd2L-0006pN-99 for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:10:18 -0400 Received: from [199.232.76.173] (port=45025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpd2K-0006pE-Tp for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:10:12 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34419) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mpd2K-0005PE-6w for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:10:12 -0400 Received: from mail-fx0-f214.google.com ([209.85.220.214]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mpd2G-0004dr-DB for qemu-devel@nongnu.org; Mon, 21 Sep 2009 03:10:08 -0400 Received: by fxm10 with SMTP id 10so1861427fxm.8 for ; Mon, 21 Sep 2009 00:10:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4AB7246E.8040508@redhat.com> References: <200909201934.n8KJY7NZ016329@d01av02.pok.ibm.com> <4AB7246E.8040508@redhat.com> Date: Mon, 21 Sep 2009 09:10:02 +0200 Message-ID: <761ea48b0909210010n30d5c5d8mf53e2e35dc4ef520@mail.gmail.com> Subject: Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT 96e132e] Compile TCG runtime library only once From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Blue Swirl , "qemu-devel@nongnu.org" On Mon, Sep 21, 2009 at 8:59 AM, Gerd Hoffmann wrote: > On 09/20/09 21:37, Anthony Liguori wrote: >> >> From: Blue Swirl >> >> Signed-off-by: Blue Swirl > > linux-user builds are broken now, a full build gives me: > > make[1]: *** No rule to make target `tcg/tcg-runtime.o', needed by > `qemu-x86_64'. =A0Stop. > > and simliar errors for other archs. In Makefile.target just replace tcg/tcg-runtime.o with tcg-runtime.o Laurent