From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934393AbdGTIan (ORCPT ); Thu, 20 Jul 2017 04:30:43 -0400 Received: from mail-wr0-f182.google.com ([209.85.128.182]:33645 "EHLO mail-wr0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932975AbdGTI3h (ORCPT ); Thu, 20 Jul 2017 04:29:37 -0400 Date: Thu, 20 Jul 2017 10:29:33 +0200 From: Ingo Molnar To: kbuild test robot Cc: Matthias Kaehlcke , kbuild-all@01.org, linux-kernel@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" Subject: Re: [linux-next:master 1341/1811] cc1: error: unrecognized command line option "-mstack-alignment=8" Message-ID: <20170720082933.mi5i6byyvcabuegw@gmail.com> References: <201707200807.mFc3HGMr%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201707200807.mFc3HGMr%fengguang.wu@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: c981f0b3fb08ee58aacb208fe7f45628af420bba > commit: 79e6b917e69a34d45e83e72f1e9bb7487d5f5832 [1341/1811] x86/build: Fix stack alignment for CLang > config: x86_64-randconfig-a0-07200731 (attached as .config) > compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 > reproduce: > git checkout 79e6b917e69a34d45e83e72f1e9bb7487d5f5832 > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > arch/x86/Makefile:172: Disabling CONFIG_CC_OPTIMIZE_FOR_SIZE. Your compiler does not have -mfentry so you cannot optimize for size with CONFIG_FUNCTION_GRAPH_TRACER. > >> cc1: error: unrecognized command line option "-mstack-alignment=8" > make[2]: *** [kernel/bounds.s] Error 1 > make[2]: Target '__build' not remade because of errors. > make[1]: *** [prepare0] Error 2 > make[1]: Target 'prepare' not remade because of errors. > make: *** [sub-make] Error 2 Ok, I've removed this commit from x86/urgent for now, pending the resolution of this build bug. Thanks, Ingo