mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -230,7 +230,7 @@ config BUSYBOX_CONFIG_EXPR
|
|||||||
|
|
||||||
config BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64
|
config BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64
|
||||||
bool "Extend Posix numbers support to 64 bit"
|
bool "Extend Posix numbers support to 64 bit"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_EXPR
|
depends on BUSYBOX_CONFIG_EXPR
|
||||||
help
|
help
|
||||||
Enable 64-bit math support in the expr applet. This will make
|
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
|
config BUSYBOX_CONFIG_FEATURE_TEST_64
|
||||||
bool "Extend test to 64 bit"
|
bool "Extend test to 64 bit"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_TEST || BUSYBOX_CONFIG_ASH_BUILTIN_TEST
|
depends on BUSYBOX_CONFIG_TEST || BUSYBOX_CONFIG_ASH_BUILTIN_TEST
|
||||||
help
|
help
|
||||||
Enable 64-bit support in test.
|
Enable 64-bit support in test.
|
||||||
|
|||||||
Reference in New Issue
Block a user