From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4E5t-0000Qh-Rn for qemu-devel@nongnu.org; Thu, 15 Sep 2011 11:43:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4E5s-000547-Sg for qemu-devel@nongnu.org; Thu, 15 Sep 2011 11:43:17 -0400 Received: from mail-wy0-f175.google.com ([74.125.82.175]:52732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4E5s-000543-OK for qemu-devel@nongnu.org; Thu, 15 Sep 2011 11:43:16 -0400 Received: by wyh5 with SMTP id 5so1648400wyh.34 for ; Thu, 15 Sep 2011 08:43:15 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E721D0D.5090901@twiddle.net> Date: Thu, 15 Sep 2011 08:43:09 -0700 From: Richard Henderson MIME-Version: 1.0 References: <20110915152840.25930.35350.stgit@ginnungagap.bsc.es> In-Reply-To: <20110915152840.25930.35350.stgit@ginnungagap.bsc.es> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] build: Move tracing objects into libuser on usermode emulation targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TGx1w61zIFZpbGFub3Zh?= Cc: qemu-devel@nongnu.org On 09/15/2011 08:28 AM, LluĂ­s Vilanova wrote: > This will apply libuser-specific compilation flags (like the ones added by > --enable-user-pie), but keep softmmu emulation targets "as-is". This is missing some dependencies. make[1]: *** No rule to make target `config-host.mak', needed by `trace.c-timestamp'. Stop. make: *** [subdir-libuser] Error 2 r~