aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 80aca3050..8cbc92f1e 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -649,7 +649,7 @@ config TEST
649config FEATURE_TEST_64 649config FEATURE_TEST_64
650 bool "Extend test to 64 bit" 650 bool "Extend test to 64 bit"
651 default n 651 default n
652 depends on TEST || FEATURE_TEST_64 652 depends on TEST || ASH_BUILTIN_TEST
653 help 653 help
654 Enable 64-bit support in test. 654 Enable 64-bit support in test.
655 655