diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index c995e55..e1f0516 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -455,6 +455,13 @@ if !CONFIG_ASH && !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH and bash) have test builtin. endif +config CONFIG_FEATURE_TEST_64 + bool " Extend test to 64 bit" + default n + depends on CONFIG_TEST + help + Enable 64-bit support in test. + config CONFIG_TOUCH bool "touch" default n |