aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-12-10 13:52:11 +0000
committerRon Yorston <rmy@pobox.com>2012-12-10 13:52:11 +0000
commit494dc899fd1b3b5fbac1c47bc5a604aed99654c8 (patch)
treebd78c7c33d5cfc89de25099375ff4554400a27b2 /Config.in
parent7e6a84d77b53451498d31c4b621a7ba55a8f7db6 (diff)
downloadbusybox-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.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index cd51e2b45..def0c2c32 100644
--- a/Config.in
+++ b/Config.in
@@ -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
613config 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
613config CROSS_COMPILER_PREFIX 624config CROSS_COMPILER_PREFIX
614 string "Cross Compiler prefix" 625 string "Cross Compiler prefix"
615 default "" 626 default ""