aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-23 22:15:29 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-23 22:15:41 +0200
commit064a2d9f2d6e6d4c5b5f2b04464c767387ef4f6c (patch)
treee77f855c894bdd6782071fb6f4ac3c60db6c7632 /defaults/busy-config
parentdefaults/initrd.scripts: log_msg(): Log milliseconds (diff)
downloadgenkernel-064a2d9f2d6e6d4c5b5f2b04464c767387ef4f6c.tar.gz
genkernel-064a2d9f2d6e6d4c5b5f2b04464c767387ef4f6c.tar.bz2
genkernel-064a2d9f2d6e6d4c5b5f2b04464c767387ef4f6c.zip
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@gentoo.org>
Diffstat (limited to 'defaults/busy-config')
-rw-r--r--defaults/busy-config1
1 files changed, 1 insertions, 0 deletions
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)