diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-01-09 02:03:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 11:34:08 +0000 |
commit | 4884ccd2362681cccc27ea0d198873c7d7a9f09e (patch) | |
tree | 5fbbbfeca1b53bb44fbf8ee005113ffcd8edc781 /meta | |
parent | f127738aadd0416487cb44ea43c883704ad858bc (diff) | |
download | poky-4884ccd2362681cccc27ea0d198873c7d7a9f09e.tar.gz |
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]
(From OE-Core rev: 5ab12509051b732944a5027750505fa860133f1b)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | |||
214 | # CONFIG_EXPAND is not set | 214 | # CONFIG_EXPAND is not set |
215 | # CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set | 215 | # CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set |
216 | CONFIG_EXPR=y | 216 | CONFIG_EXPR=y |
217 | # CONFIG_EXPR_MATH_SUPPORT_64 is not set | 217 | CONFIG_EXPR_MATH_SUPPORT_64=y |
218 | CONFIG_FALSE=y | 218 | CONFIG_FALSE=y |
219 | # CONFIG_FOLD is not set | 219 | # CONFIG_FOLD is not set |
220 | # CONFIG_FSYNC is not set | 220 | # CONFIG_FSYNC is not set |