From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTqoc-0003Wx-P7 for qemu-devel@nongnu.org; Mon, 03 Dec 2018 11:11:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTqoW-0005ds-7X for qemu-devel@nongnu.org; Mon, 03 Dec 2018 11:11:21 -0500 Received: from mail-ot1-x344.google.com ([2607:f8b0:4864:20::344]:39701) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gTqoT-0005bu-0X for qemu-devel@nongnu.org; Mon, 03 Dec 2018 11:11:14 -0500 Received: by mail-ot1-x344.google.com with SMTP id n8so8223513otl.6 for ; Mon, 03 Dec 2018 08:11:12 -0800 (PST) References: <1543845937-300-1-git-send-email-thuth@redhat.com> <1543845937-300-4-git-send-email-thuth@redhat.com> From: Richard Henderson Message-ID: Date: Mon, 3 Dec 2018 10:11:08 -0600 MIME-Version: 1.0 In-Reply-To: <1543845937-300-4-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-4.0 3/7] configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, pbonzini@redhat.com, Richard Henderson On 12/3/18 8:05 AM, Thomas Huth wrote: > Now that we require at least GCC 4.8, we don't need this als workaround > for 4.6 and 4.7 anymore. > > Signed-off-by: Thomas Huth > --- > Makefile.target | 3 --- > configure | 27 --------------------------- > 2 files changed, 30 deletions(-) Reviewed-by: Richard Henderson r~