diff options
author | Ron Yorston <rmy@pobox.com> | 2012-12-10 13:52:11 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-12-10 13:52:11 +0000 |
commit | 494dc899fd1b3b5fbac1c47bc5a604aed99654c8 (patch) | |
tree | bd78c7c33d5cfc89de25099375ff4554400a27b2 /Config.in | |
parent | 7e6a84d77b53451498d31c4b621a7ba55a8f7db6 (diff) | |
download | busybox-w32-494dc899fd1b3b5fbac1c47bc5a604aed99654c8.tar.gz busybox-w32-494dc899fd1b3b5fbac1c47bc5a604aed99654c8.tar.bz2 busybox-w32-494dc899fd1b3b5fbac1c47bc5a604aed99654c8.zip |
Add a build option to turn MSVCRT globbing on or off
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -610,6 +610,17 @@ config LFS | |||
610 | cp, mount, tar, and many others. If you want to access files larger | 610 | cp, mount, tar, and many others. If you want to access files larger |
611 | than 2 Gigabytes, enable this option. Otherwise, leave it set to 'N'. | 611 | than 2 Gigabytes, enable this option. Otherwise, leave it set to 'N'. |
612 | 612 | ||
613 | config NOGLOB | ||
614 | bool "Turn off MSVCRT argument processing" | ||
615 | default y | ||
616 | depends on PLATFORM_MINGW32 | ||
617 | help | ||
618 | The Microsoft C Runtime handles the expansion of wildcards on the | ||
619 | command line while the BusyBox shell does its own wildcard expansion. | ||
620 | For best results when using the shell MSVCRT globbing should be | ||
621 | turned off. If you want the BusyBox binary to handle wildcard | ||
622 | expansion using the Microsoft C Runtime set this to 'N'. | ||
623 | |||
613 | config CROSS_COMPILER_PREFIX | 624 | config CROSS_COMPILER_PREFIX |
614 | string "Cross Compiler prefix" | 625 | string "Cross Compiler prefix" |
615 | default "" | 626 | default "" |