diff options
author | Ron Yorston <rmy@pobox.com> | 2017-07-18 13:13:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-07-18 13:19:12 +0100 |
commit | 258200ff81d5a9da54dab35acf36213eff1e399b (patch) | |
tree | f31d67570421ce0bf073e1a86aabc6129df16710 /configs | |
parent | 18afed0f98d020608c65293ecb9246dab6c58db3 (diff) | |
download | busybox-w32-258200ff81d5a9da54dab35acf36213eff1e399b.tar.gz busybox-w32-258200ff81d5a9da54dab35acf36213eff1e399b.tar.bz2 busybox-w32-258200ff81d5a9da54dab35acf36213eff1e399b.zip |
grep: remove hack to disable EXTRA_COMPAT
The hack to disable EXTRA_COMPAT in grep was incomplete and left
the -z option enabled but non-functional.
Remove the hack and change the default MinGW configurations to disable
EXTRA_COMPAT.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 2 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 1d71f58b6..48e90e527 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -11,7 +11,7 @@ CONFIG_PLATFORM_MINGW32=y | |||
11 | # Busybox Settings | 11 | # Busybox Settings |
12 | # | 12 | # |
13 | CONFIG_DESKTOP=y | 13 | CONFIG_DESKTOP=y |
14 | CONFIG_EXTRA_COMPAT=y | 14 | # CONFIG_EXTRA_COMPAT is not set |
15 | # CONFIG_INCLUDE_SUSv2 is not set | 15 | # CONFIG_INCLUDE_SUSv2 is not set |
16 | CONFIG_USE_PORTABLE_CODE=y | 16 | CONFIG_USE_PORTABLE_CODE=y |
17 | CONFIG_SHOW_USAGE=y | 17 | CONFIG_SHOW_USAGE=y |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index cfa76ac7e..d29345411 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -11,7 +11,7 @@ CONFIG_PLATFORM_MINGW32=y | |||
11 | # Busybox Settings | 11 | # Busybox Settings |
12 | # | 12 | # |
13 | CONFIG_DESKTOP=y | 13 | CONFIG_DESKTOP=y |
14 | CONFIG_EXTRA_COMPAT=y | 14 | # CONFIG_EXTRA_COMPAT is not set |
15 | # CONFIG_INCLUDE_SUSv2 is not set | 15 | # CONFIG_INCLUDE_SUSv2 is not set |
16 | CONFIG_USE_PORTABLE_CODE=y | 16 | CONFIG_USE_PORTABLE_CODE=y |
17 | CONFIG_SHOW_USAGE=y | 17 | CONFIG_SHOW_USAGE=y |