diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-01-09 02:03:42 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-01-19 01:16:27 -0800 |
commit | 5ab12509051b732944a5027750505fa860133f1b (patch) | |
tree | 4ec10e4286860efae4b75367c37dbffc265a837d /meta/recipes-core | |
parent | a07e6449a19deec698f6682c97f8f5c8d3b51486 (diff) | |
download | openembedded-core-5ab12509051b732944a5027750505fa860133f1b.tar.gz openembedded-core-5ab12509051b732944a5027750505fa860133f1b.tar.bz2 openembedded-core-5ab12509051b732944a5027750505fa860133f1b.zip |
busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64
Enable 64-bit math support in the expr applet. This will make
the applet slightly larger, but will allow computation with very
large numbers.
[YOCTO #1767]
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig index 1990f28b28..ebd751d748 100644 --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig @@ -214,7 +214,7 @@ CONFIG_FEATURE_ENV_LONG_OPTIONS=y # CONFIG_EXPAND is not set # CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set CONFIG_EXPR=y -# CONFIG_EXPR_MATH_SUPPORT_64 is not set +CONFIG_EXPR_MATH_SUPPORT_64=y CONFIG_FALSE=y # CONFIG_FOLD is not set # CONFIG_FSYNC is not set |