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-w32-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.tar.gz busybox-w32-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.tar.bz2 busybox-w32-2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1.zip |
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 | |||
58 | # CONFIG_DMALLOC is not set | 58 | # CONFIG_DMALLOC is not set |
59 | # CONFIG_EFENCE is not set | 59 | # CONFIG_EFENCE is not set |
60 | CONFIG_INCLUDE_SUSv2=y | 60 | CONFIG_INCLUDE_SUSv2=y |
61 | # CONFIG_PARSE is not set | ||
62 | 61 | ||
63 | # | 62 | # |
64 | # Installation Options | 63 | # Installation Options |
@@ -304,7 +303,7 @@ CONFIG_WHICH=y | |||
304 | # Editors | 303 | # Editors |
305 | # | 304 | # |
306 | CONFIG_AWK=y | 305 | CONFIG_AWK=y |
307 | CONFIG_FEATURE_AWK_MATH=y | 306 | CONFIG_FEATURE_AWK_LIBM=y |
308 | CONFIG_CMP=y | 307 | CONFIG_CMP=y |
309 | CONFIG_DIFF=y | 308 | CONFIG_DIFF=y |
310 | CONFIG_FEATURE_DIFF_BINARY=y | 309 | CONFIG_FEATURE_DIFF_BINARY=y |