aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index e1f0516fd..4aff5ce69 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -398,6 +398,18 @@ config CONFIG_SORT
398 help 398 help
399 sort is used to sort lines of text in specified files. 399 sort is used to sort lines of text in specified files.
400 400
401config CONFIG_SORT_BIG
402 bool " full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
403 default y
404 depends on CONFIG_SORT
405 help
406 Without this, sort only supports -r, -u, and an integer version
407 of -n. Selecting this adds sort keys, floating point support, and
408 more. This adds a little over 3k to a nonstatic build on x86.
409
410 The SuSv3 sort standard is available at:
411 http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
412
401config CONFIG_STTY 413config CONFIG_STTY
402 bool "stty" 414 bool "stty"
403 default n 415 default n