projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d99465
)
busybox: support 64 bit math in shell tests. this does not seem to increase the binar...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 3 Oct 2009 10:56:19 +0000
(10:56 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 3 Oct 2009 10:56:19 +0000
(10:56 +0000)
SVN-Revision: 17838
package/busybox/config/coreutils/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/config/coreutils/Config.in
b/package/busybox/config/coreutils/Config.in
index f7b8f320f76dd7f8ed4b1792453147ba749320d7..4b106cf42e00458109acee19bef15f8fb0f7d9ea 100644
(file)
--- 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.