aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-01-14 13:28:49 +0000
committerRon Yorston <rmy@pobox.com>2021-01-14 13:28:49 +0000
commit89963b524d211e1aec12b72b3725be05ee95c8cf (patch)
tree48590aef62b7ee7686b7898256f29def8d9c50b9 /Config.in
parent9aa5a829070392c2ac6494d0c4e674c0c2bc7dab (diff)
parent2b7c1aa92c68524559a2067609d09309d5c09adc (diff)
downloadbusybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.gz
busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.bz2
busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.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 495ac4c13..2d1e9bc8b 100644
--- a/Config.in
+++ b/Config.in
@@ -649,6 +649,14 @@ config STACK_OPTIMIZATION_386
649 do not work with it (they use SSE instructions without 649 do not work with it (they use SSE instructions without
650 ensuring stack alignment). 650 ensuring stack alignment).
651 651
652config STATIC_LIBGCC
653 bool "Use -static-libgcc"
654 default y
655 help
656 This option instructs gcc to link in a static version of its
657 support library, libgcc. This means that the binary will require
658 one fewer dynamic library at run time.
659
652comment 'Installation Options ("make install" behavior)' 660comment 'Installation Options ("make install" behavior)'
653 661
654choice 662choice