diff options
author | Ron Yorston <rmy@pobox.com> | 2015-04-12 13:07:19 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-04-12 13:20:38 +0100 |
commit | 32f8610c8978673aa5d4f51097f955cdd14c13d8 (patch) | |
tree | 86406ab1ea0aa0dd1a1f30c3ac84320831df505a /configs | |
parent | f030c24257d48c71fd11eb2bc4c00224d2970d34 (diff) | |
download | busybox-w32-32f8610c8978673aa5d4f51097f955cdd14c13d8.tar.gz busybox-w32-32f8610c8978673aa5d4f51097f955cdd14c13d8.tar.bz2 busybox-w32-32f8610c8978673aa5d4f51097f955cdd14c13d8.zip |
Allow globbing to be enabled with mingw64
mingw64 handles globbing differently from mingw32. Add code to allow
globbing to be enabled. (By default mingw64 has globbing disabled,
though the default can be changed when it's compiled.)
Also change the configuration option from ENABLE_NOGLOB to
ENABLE_GLOBBING, because double negatives make me think too much.
The default is still for globbing to be disabled.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index b42a1a3cc..0608a8692 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.24.0.git | 3 | # Busybox version: 1.24.0.git |
4 | # Mon Mar 23 13:58:33 2015 | 4 | # Sun Apr 12 13:04:19 2015 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | # CONFIG_PLATFORM_POSIX is not set | 7 | # CONFIG_PLATFORM_POSIX is not set |
@@ -66,7 +66,7 @@ CONFIG_BUSYBOX_EXEC_PATH="" | |||
66 | # CONFIG_FEATURE_INDIVIDUAL is not set | 66 | # CONFIG_FEATURE_INDIVIDUAL is not set |
67 | # CONFIG_FEATURE_SHARED_BUSYBOX is not set | 67 | # CONFIG_FEATURE_SHARED_BUSYBOX is not set |
68 | CONFIG_LFS=y | 68 | CONFIG_LFS=y |
69 | CONFIG_NOGLOB=y | 69 | # CONFIG_GLOBBING is not set |
70 | CONFIG_CROSS_COMPILER_PREFIX="i686-w64-mingw32-" | 70 | CONFIG_CROSS_COMPILER_PREFIX="i686-w64-mingw32-" |
71 | CONFIG_SYSROOT="" | 71 | CONFIG_SYSROOT="" |
72 | CONFIG_EXTRA_CFLAGS="" | 72 | CONFIG_EXTRA_CFLAGS="" |