diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-24 10:49:49 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-24 10:49:49 +0000 |
commit | 2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1 (patch) | |
tree | ec90d0113db23fbd224536cdae6bfdb67e4fe39d /scripts | |
parent | d908395eae984059785b8a46c97537e1ebad0495 (diff) | |
download | busybox-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.tar.gz |
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
disable parsing test applet.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 6cd82c3ec..dc926c8e0 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -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 @@ -304,7 +303,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 |