mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
busybox: enable 64 bit shell arithmetic (via long long type)
This matters on 32 bit systems where otherwise timestamp manipulation in shell scripts would overflow after 2038. One of the scripts in strace test suite exposed the issue. (From OE-Core rev: 8165c980338d4719004bf62644e0fe24ef309fe0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0fd62ce4a5
commit
dbe3319897
@@ -1190,7 +1190,7 @@ CONFIG_ASH_CMDCMD=y
|
||||
# Options common to all shells
|
||||
#
|
||||
CONFIG_FEATURE_SH_MATH=y
|
||||
# CONFIG_FEATURE_SH_MATH_64 is not set
|
||||
CONFIG_FEATURE_SH_MATH_64=y
|
||||
CONFIG_FEATURE_SH_MATH_BASE=y
|
||||
CONFIG_FEATURE_SH_EXTRA_QUIET=y
|
||||
# CONFIG_FEATURE_SH_STANDALONE is not set
|
||||
|
||||
Reference in New Issue
Block a user