Skip to content

Commit 38388c7

Browse files
committed
Disable Built-in Math library in TizenRT config
JSRemoteTest-DCO-1.0-Signed-off-by: Robert Sipka [email protected]
1 parent 2e968bf commit 38388c7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

jstest/resources/configs/tizenrt-iotjs-release.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,10 +1009,8 @@ CONFIG_STDIO_BUFFER_SIZE=64
10091009
CONFIG_STDIO_LINEBUFFER=y
10101010
CONFIG_NUNGET_CHARS=2
10111011
CONFIG_LIB_HOMEDIR="/"
1012-
CONFIG_LIBM=y
1012+
# CONFIG_LIBM is not set
10131013
# CONFIG_NOPRINTF_FIELDWIDTH is not set
1014-
CONFIG_LIBC_FLOATINGPOINT=y
1015-
CONFIG_LIBC_FLOATPRECISION=6
10161014
CONFIG_LIBC_SCANSET=y
10171015
# CONFIG_NOPRINTF_LONGLONG_TO_ASCII is not set
10181016
CONFIG_LIBC_IOCTL_VARIADIC=y

jstest/resources/configs/tizenrt-jerryscript-release.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,8 @@ CONFIG_STDIO_BUFFER_SIZE=64
677677
CONFIG_STDIO_LINEBUFFER=y
678678
CONFIG_NUNGET_CHARS=2
679679
CONFIG_LIB_HOMEDIR="/"
680-
CONFIG_LIBM=y
680+
# CONFIG_LIBM is not set
681681
# CONFIG_NOPRINTF_FIELDWIDTH is not set
682-
CONFIG_LIBC_FLOATINGPOINT=y
683-
CONFIG_LIBC_FLOATPRECISION=6
684682
CONFIG_LIBC_SCANSET=y
685683
# CONFIG_NOPRINTF_LONGLONG_TO_ASCII is not set
686684
CONFIG_LIBC_IOCTL_VARIADIC=y

0 commit comments

Comments
 (0)