From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4HfI-0007fs-Cw for qemu-devel@nongnu.org; Thu, 15 Sep 2011 15:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4HfH-0000c9-7j for qemu-devel@nongnu.org; Thu, 15 Sep 2011 15:32:04 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:48776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4HfG-0000bI-UN for qemu-devel@nongnu.org; Thu, 15 Sep 2011 15:32:03 -0400 Received: by bkbzv15 with SMTP id zv15so3083414bkb.4 for ; Thu, 15 Sep 2011 12:32:01 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E7252AE.30607@twiddle.net> Date: Thu, 15 Sep 2011 12:31:58 -0700 From: Richard Henderson MIME-Version: 1.0 References: <20110915171658.23325.116.stgit@ginnungagap.bsc.es> <20110915171703.23325.50772.stgit@ginnungagap.bsc.es> In-Reply-To: <20110915171703.23325.50772.stgit@ginnungagap.bsc.es> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] 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 10:17 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". > > Signed-off-by: Lluís Vilanova > --- > Makefile.objs | 7 ++++--- > Makefile.target | 2 +- > Makefile.user | 4 +++- > configure | 1 + > 4 files changed, 9 insertions(+), 5 deletions(-) Acked-by: Richard Henderson Thanks for the fix. r~