aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-04-09 08:50:34 +0100
committerRon Yorston <rmy@pobox.com>2018-04-09 08:50:34 +0100
commit921c1ab66bad54d4ad8591bb74e41ac985248496 (patch)
tree552a04c691e78e78570e4ec2c83fbc0e59953924 /Config.in
parent5b6f06f5eb8628955262508d153627fe6f2d1c8b (diff)
parenta1870f4807a75663a085c9f5e92870fa7554f0ad (diff)
downloadbusybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.gz
busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.bz2
busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 4697f2a4d..10d8382a5 100644
--- a/Config.in
+++ b/Config.in
@@ -590,6 +590,14 @@ config USE_PORTABLE_CODE
590 compiler other than gcc. 590 compiler other than gcc.
591 If you do use gcc, this option may needlessly increase code size. 591 If you do use gcc, this option may needlessly increase code size.
592 592
593config STACK_OPTIMIZATION_386
594 bool "Use -mpreferred-stack-boundary=2 on i386 arch"
595 default y
596 help
597 This option makes for smaller code, but some libc versions
598 do not work with it (they use SSE instructions without
599 ensuring stack alignment).
600
593comment 'Installation Options ("make install" behavior)' 601comment 'Installation Options ("make install" behavior)'
594 602
595choice 603choice