commit:     064a2d9f2d6e6d4c5b5f2b04464c767387ef4f6c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 20:15:29 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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)

Reply via email to