From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSeNf-0004PV-IG for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:38:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSeAa-0003Qm-QZ for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:25:05 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:39077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSeAa-0003QO-Nf for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:25:04 -0500 Received: by ggnb1 with SMTP id b1so2130618ggn.4 for ; Mon, 21 Nov 2011 16:25:04 -0800 (PST) Message-ID: <4ECAEBDD.2070805@codemonkey.ws> Date: Mon, 21 Nov 2011 18:25:01 -0600 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [FYI] Need to do a full rebuild if you are on Linux x86 host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Avi Kivity , kvm-devel Due to this commit: commit 40d6444e91c6ab17e5e8ab01d4eece90cbc4afed Author: Avi Kivity Date: Tue Nov 15 20:12:17 2011 +0200 configure: build position independent executables on x86-Linux hosts PIE binaries cannot be linked with non-PIE binaries and make is not smart enough to rebuild when the CFLAGS have changed. Regards, Anthony Liguori