From afe69e370af06644018c0b54f2b30286724c20a8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 3 Oct 2009 10:56:19 +0000 Subject: busybox: support 64 bit math in shell tests. this does not seem to increase the binary size at all (tested on mips), fixes #2871 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17838 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/coreutils/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/busybox/config') diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index f7b8f320f7..4b106cf42e 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -230,7 +230,7 @@ config BUSYBOX_CONFIG_EXPR config BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64 bool "Extend Posix numbers support to 64 bit" - default n + default y depends on BUSYBOX_CONFIG_EXPR help Enable 64-bit math support in the expr applet. This will make @@ -660,7 +660,7 @@ config BUSYBOX_CONFIG_TEST config BUSYBOX_CONFIG_FEATURE_TEST_64 bool "Extend test to 64 bit" - default n + default y depends on BUSYBOX_CONFIG_TEST || BUSYBOX_CONFIG_ASH_BUILTIN_TEST help Enable 64-bit support in test. -- cgit v1.2.3