diff options
author | Denis Vlasenko | 2008-10-24 10:49:49 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-10-24 10:49:49 +0000 |
commit | 2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1 (patch) | |
tree | ec90d0113db23fbd224536cdae6bfdb67e4fe39d /TODO_config_nommu | |
parent | d908395eae984059785b8a46c97537e1ebad0495 (diff) | |
download | busybox-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.zip busybox-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.tar.gz |
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
disable parsing test applet.
Diffstat (limited to 'TODO_config_nommu')
-rw-r--r-- | TODO_config_nommu | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO_config_nommu b/TODO_config_nommu index 4ed69e0..3554689 100644 --- a/TODO_config_nommu +++ b/TODO_config_nommu @@ -58,7 +58,6 @@ CONFIG_NO_DEBUG_LIB=y # CONFIG_DMALLOC is not set # CONFIG_EFENCE is not set CONFIG_INCLUDE_SUSv2=y -# CONFIG_PARSE is not set # # Installation Options @@ -306,7 +305,7 @@ CONFIG_WHICH=y # Editors # CONFIG_AWK=y -CONFIG_FEATURE_AWK_MATH=y +CONFIG_FEATURE_AWK_LIBM=y CONFIG_CMP=y CONFIG_DIFF=y CONFIG_FEATURE_DIFF_BINARY=y |