xiaoxiang781216 commented on a change in pull request #1075:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/1075#discussion_r827317028



##########
File path: interpreters/lua/Kconfig
##########
@@ -0,0 +1,90 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+menuconfig INTERPRETERS_LUA
+       bool "Lua interpreter support"
+       default n
+       select ARCH_SETJMP_H
+       select LIBC_FLOATINGPOINT
+       select LIBC_LOCALE
+       select LIBM

Review comment:
       You don't need select LIBM to get math function:
   
   1. Select LIBM mean use the nuttx built-in math library
   2. Don't select LIBM mean use the toolchain math library
   
   
https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/armv7-m/Toolchain.defs#L159-L161




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to