From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNiDA-0002ZS-F2 for qemu-devel@nongnu.org; Thu, 14 Jul 2016 11:06:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNiD6-0005Ku-8M for qemu-devel@nongnu.org; Thu, 14 Jul 2016 11:05:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNiD5-0005KX-Ma for qemu-devel@nongnu.org; Thu, 14 Jul 2016 11:05:56 -0400 Date: Thu, 14 Jul 2016 16:05:50 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20160714150550.GA23279@work-vm> 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> <20160714141822.GA28687@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160714141822.GA28687@codeaurora.org> 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: Aaron Lindsay Cc: peter.maydell@linaro.org, quintela@redhat.com, liang.z.li@intel.com, qemu-devel@nongnu.org, amit.shah@redhat.com, pbonzini@redhat.com * Aaron Lindsay (alindsay@codeaurora.org) wrote: > 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. Hmm; I wonder what the best fix is here; we could just disable it with static; it seems an easy fix assuming very few people care about the combination of avx2 performance and static, or we could try and detect the problem/old version. (it seems fine on a modern Fedora; have you tried using a modern Ubuntu?) Dave > > -Aaron -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK