aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-24 10:49:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-24 10:49:49 +0000
commit2d5bd807c0f2a265d438d28f1cfd9d8d2ee627b1 (patch)
treeec90d0113db23fbd224536cdae6bfdb67e4fe39d /scripts
parentd908395eae984059785b8a46c97537e1ebad0495 (diff)
downloadbusybox-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/defconfig3
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
60CONFIG_INCLUDE_SUSv2=y 60CONFIG_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#
306CONFIG_AWK=y 305CONFIG_AWK=y
307CONFIG_FEATURE_AWK_MATH=y 306CONFIG_FEATURE_AWK_LIBM=y
308CONFIG_CMP=y 307CONFIG_CMP=y
309CONFIG_DIFF=y 308CONFIG_DIFF=y
310CONFIG_FEATURE_DIFF_BINARY=y 309CONFIG_FEATURE_DIFF_BINARY=y