This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new e53200dde7 boards/sim/wamr: Remove LIBC_FLOATINGPOINT (now selected by
the app)
e53200dde7 is described below
commit e53200dde727903c465c81bc3c90a45441283bd9
Author: Lucas Saavedra Vaz <[email protected]>
AuthorDate: Tue Mar 7 22:03:24 2023 -0300
boards/sim/wamr: Remove LIBC_FLOATINGPOINT (now selected by the app)
---
boards/sim/sim/sim/configs/wamr/defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/boards/sim/sim/sim/configs/wamr/defconfig
b/boards/sim/sim/sim/configs/wamr/defconfig
index e7e3f82268..a9104f0688 100644
--- a/boards/sim/sim/sim/configs/wamr/defconfig
+++ b/boards/sim/sim/sim/configs/wamr/defconfig
@@ -52,7 +52,6 @@ CONFIG_IOEXPANDER_DUMMY=y
CONFIG_LIBC_DLFCN=y
CONFIG_LIBC_ENVPATH=y
CONFIG_LIBC_EXECFUNCS=y
-CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_LIBC_LOCALE=y
CONFIG_LIBC_LOCALE_CATALOG=y
CONFIG_LIBC_LOCALE_GETTEXT=y