From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNhTU-0003AV-Ek for qemu-devel@nongnu.org; Thu, 14 Jul 2016 10:18:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNhTQ-0000zd-6t for qemu-devel@nongnu.org; Thu, 14 Jul 2016 10:18:47 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:49775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNhTQ-0000zK-0t for qemu-devel@nongnu.org; Thu, 14 Jul 2016 10:18:44 -0400 Date: Thu, 14 Jul 2016 10:18:37 -0400 From: Aaron Lindsay Message-ID: <20160714141822.GA28687@codeaurora.org> References: <1465557378-24105-1-git-send-email-dgilbert@redhat.com> <1465557378-24105-3-git-send-email-dgilbert@redhat.com> <20160714131355.GA24499@codeaurora.org> <20160714133322.GD2077@work-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160714133322.GD2077@work-vm> Subject: Re: [Qemu-devel] [PATCH v3 2/2] avx2 configure: Use primitives in test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: peter.maydell@linaro.org, quintela@redhat.com, liang.z.li@intel.com, qemu-devel@nongnu.org, amit.shah@redhat.com, pbonzini@redhat.com On Jul 14 14:33, Dr. David Alan Gilbert wrote: > * Aaron Lindsay (alindsay@codeaurora.org) wrote: > > I'm configuring with: > > # ./configure \ > > --static \ > > --disable-gtk \ > > --target-list=aarch64-softmmu > > Does it work if you configure without the --static? Yes, it works if I configure without --static. -Aaron