diff options
author | Ron Yorston <rmy@pobox.com> | 2017-02-07 09:33:25 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-02-07 09:33:25 +0000 |
commit | 49b1f5846ab97a0efbd4b37e084dbe29c15717cd (patch) | |
tree | 4ff37198d3a334863aee401ac307e3bb03afea7f /configs | |
parent | c6ec14a39aa1a6fe98fe4bec1ee3d545be9d5410 (diff) | |
download | busybox-w32-49b1f5846ab97a0efbd4b37e084dbe29c15717cd.tar.gz busybox-w32-49b1f5846ab97a0efbd4b37e084dbe29c15717cd.tar.bz2 busybox-w32-49b1f5846ab97a0efbd4b37e084dbe29c15717cd.zip |
ash: make the noconsole option configurable at build time
The noconsole option depends on APIs that aren't available in
all incarnations of Microsoft Windows. Allow it to be disabled
at build time.
Note that, by default, 'noconsole' is enabled in 32-bit builds but
disabled in 64-bit builds.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 1 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 2d0e24891..6857cf22d 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -1036,6 +1036,7 @@ CONFIG_ASH_BUILTIN_PRINTF=y | |||
1036 | CONFIG_ASH_BUILTIN_TEST=y | 1036 | CONFIG_ASH_BUILTIN_TEST=y |
1037 | CONFIG_ASH_HELP=y | 1037 | CONFIG_ASH_HELP=y |
1038 | CONFIG_ASH_CMDCMD=y | 1038 | CONFIG_ASH_CMDCMD=y |
1039 | CONFIG_ASH_NOCONSOLE=y | ||
1039 | # CONFIG_ASH_MAIL is not set | 1040 | # CONFIG_ASH_MAIL is not set |
1040 | # CONFIG_CTTYHACK is not set | 1041 | # CONFIG_CTTYHACK is not set |
1041 | # CONFIG_HUSH is not set | 1042 | # CONFIG_HUSH is not set |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 7ee4e58f9..8ebf74999 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -1036,6 +1036,7 @@ CONFIG_ASH_BUILTIN_PRINTF=y | |||
1036 | CONFIG_ASH_BUILTIN_TEST=y | 1036 | CONFIG_ASH_BUILTIN_TEST=y |
1037 | CONFIG_ASH_HELP=y | 1037 | CONFIG_ASH_HELP=y |
1038 | CONFIG_ASH_CMDCMD=y | 1038 | CONFIG_ASH_CMDCMD=y |
1039 | # CONFIG_ASH_NOCONSOLE is not set | ||
1039 | # CONFIG_ASH_MAIL is not set | 1040 | # CONFIG_ASH_MAIL is not set |
1040 | # CONFIG_CTTYHACK is not set | 1041 | # CONFIG_CTTYHACK is not set |
1041 | # CONFIG_HUSH is not set | 1042 | # CONFIG_HUSH is not set |