From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66AAA138359 for ; Sun, 23 Aug 2020 20:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D70DE0391; Sun, 23 Aug 2020 20:16:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61E93E0391 for ; Sun, 23 Aug 2020 20:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27C6C33BE9A for ; Sun, 23 Aug 2020 20:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0C252EC for ; Sun, 23 Aug 2020 20:16:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1598213741.064a2d9f2d6e6d4c5b5f2b04464c767387ef4f6c.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/busy-config X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 064a2d9f2d6e6d4c5b5f2b04464c767387ef4f6c X-VCS-Branch: master Date: Sun, 23 Aug 2020 20:16:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7567600d-48af-4dbb-afb3-082699fc847d X-Archives-Hash: 714aa3360438b356b2cbebb6346a15a3 commit: 064a2d9f2d6e6d4c5b5f2b04464c767387ef4f6c Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Aug 23 20:15:29 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Aug 23 20:15:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=064a2d9f busy-config: Disable CONFIG_STACK_OPTIMIZATION_386 Using '-mpreferred-stack-boundary=2' is considered broken and is causing problems for some users. Bug: https://bugs.gentoo.org/725674 Signed-off-by: Thomas Deutschmann gentoo.org> defaults/busy-config | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/busy-config b/defaults/busy-config index 0a2456a..b34c912 100644 --- a/defaults/busy-config +++ b/defaults/busy-config @@ -73,6 +73,7 @@ CONFIG_SYSROOT="" CONFIG_EXTRA_CFLAGS="" CONFIG_EXTRA_LDFLAGS="" CONFIG_EXTRA_LDLIBS="" +# CONFIG_STACK_OPTIMIZATION_386 is not set # # Installation Options ("make install" behavior)