Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1692557
| Path | csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Ingo Molnar <mingo@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [linux-next:master 1341/1811] cc1: error: unrecognized command line option "-mstack-alignment=8" |
| Date | Thu, 20 Jul 2017 10:40:01 +0200 |
| Message-ID | <u5fa1-4Lf-9@gated-at.bofh.it> (permalink) |
| References | <u5fa1-4Lf-11@gated-at.bofh.it> |
| X-Original-To | kbuild test robot <fengguang.wu@intel.com> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=tIi1fYKJmtTJk4EYTNf6aXIsbZYCR4TR1PuKh6K/f1M=; b=aneVAwuEJ5IK1VrHspJplTvkMmR4NLzImSQH3am5mcd62UTvaGXP2i+KDhoSY8Ct3c xi4mav6nkwf09YVeI5eZmgs5bEh79Fcsbt99VlstTxVZ+9wfAwNpfVcIsRcNozAVAeqI MBKDlCp8FroXNHli19lR2e0riIWoXZdlQ7RlKxEqftUiR0fAr4OvHK2w17et3zRVaCA7 0a/lM7fQqtOTMd+9VKFGhMoAyfMOvuJC4xJQnYeHbEO5CdN5bJ8PZkFzBDOiAFBAhNEK uQolqBadIIJTdGu4QLT64gTgwaU18OxvrOx/3Okk/8LWwoPqkqcmRsjsYj5TlF3FaNIt zHqw== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=tIi1fYKJmtTJk4EYTNf6aXIsbZYCR4TR1PuKh6K/f1M=; b=tau6LFXxaAT1fIGElJKw3A+i6+TSm6JIGj1mAkUT/yjXJ+3wgVnNI1ra8GcDvxnY3P YrWgTKwRffIRBGlU9GkuzYIFjLMYAlpJ3qWbQyJTARWL+8F3crxA2Bu8C4481G8l56is qWjhymDDV+PNveHDDAPKKiPnTlVvkKFzKUw2YBIjWebSVc00TLvehaO6V5x1v4TZLKyY G6prQuk7fPwtaU49Bqi1eQNWhvEquET/QzrRRRH2Nn+G02ZUj99h+h/6t1r6GEfKIK/f w8dPKHdu4bH5ncK+s2zuc1wKIq2ajUS1MfFRid/PZAiiEfE5eMebvT4lPhq/uLt7i8As Fr9g== |
| X-Gm-Message-State | AIVw110I/gVwuuE1P6WkV1bw2VK2KWZS09OkY0jLHUBbqy5hzGu1wZW/ fS7zy4O1Zl+pIg== |
| X-Received | by 10.223.152.208 with SMTP id w74mr6191814wrb.202.1500539376146; Thu, 20 Jul 2017 01:29:36 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | NeoMutt/20170113 (1.7.2) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Matthias Kaehlcke <mka@chromium.org>, kbuild-all@01.org, linux-kernel@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>, "H. Peter Anvin" <hpa@zytor.com> |
| X-Original-Date | Thu, 20 Jul 2017 10:29:33 +0200 |
| X-Original-Message-ID | <20170720082933.mi5i6byyvcabuegw@gmail.com> |
| X-Original-References | <201707200807.mFc3HGMr%fengguang.wu@intel.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1692557 |
Show key headers only | View raw
* kbuild test robot <fengguang.wu@intel.com> 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [linux-next:master 1341/1811] cc1: error: unrecognized command line option "-mstack-alignment=8" Ingo Molnar <mingo@kernel.org> - 2017-07-20 10:40 +0200 Re: [linux-next:master 1341/1811] cc1: error: unrecognized command line option "-mstack-alignment=8" Matthias Kaehlcke <mka@chromium.org> - 2017-07-20 18:40 +0200
csiph-web