diff options
author | Ron Yorston <rmy@pobox.com> | 2021-01-14 13:28:49 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-01-14 13:28:49 +0000 |
commit | 89963b524d211e1aec12b72b3725be05ee95c8cf (patch) | |
tree | 48590aef62b7ee7686b7898256f29def8d9c50b9 /Config.in | |
parent | 9aa5a829070392c2ac6494d0c4e674c0c2bc7dab (diff) | |
parent | 2b7c1aa92c68524559a2067609d09309d5c09adc (diff) | |
download | busybox-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.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | ||
652 | config 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 | |||
652 | comment 'Installation Options ("make install" behavior)' | 660 | comment 'Installation Options ("make install" behavior)' |
653 | 661 | ||
654 | choice | 662 | choice |