X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Config.in;h=ae21f52ef43fdbc9a644fdcb0ae0465a912679e2;hb=93ef5dd640ef41edc72c80fa59c7cc9427b5945b;hp=ae611f81e9755a293ebe49bdcd572282520a23ae;hpb=ab77e81a8527fa11a4f9392d97c2da037d6f4f98;p=oweals%2Fbusybox.git diff --git a/Config.in b/Config.in index ae611f81e..ae21f52ef 100644 --- a/Config.in +++ b/Config.in @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see scripts/kbuild/config-language.txt. +# see docs/Kconfig-language.txt. # mainmenu "Configuration" @@ -518,6 +518,14 @@ config USE_PORTABLE_CODE compiler other than gcc. If you do use gcc, this option may needlessly increase code size. +config STACK_OPTIMIZATION_386 + bool "Use -mpreferred-stack-boundary=2 on i386 arch" + default y + help + This option makes for smaller code, but some libc versions + do not work with it (they use SSE instructions without + ensuring stack alignment). + comment 'Installation Options ("make install" behavior)' choice