printf: fix printf "%u\n" +18446744073709551614
[oweals/busybox.git] / Config.in
index ae611f81e9755a293ebe49bdcd572282520a23ae..ae21f52ef43fdbc9a644fdcb0ae0465a912679e2 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -1,6 +1,6 @@
 #
 # For a description of the syntax of this configuration file,
 #
 # For a description of the syntax of this configuration file,
-# see scripts/kbuild/config-language.txt.
+# see docs/Kconfig-language.txt.
 #
 
 mainmenu "Configuration"
 #
 
 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.
 
        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
 comment 'Installation Options ("make install" behavior)'
 
 choice