mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
boards/x86_64/intel64: enable CONFIG_LIBM=y
to fix the math.h can't be found on macOS Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
23e0134954
commit
d0dc72c2fb
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ CONFIG_EXAMPLES_HELLO=y
|
|||
CONFIG_EXAMPLES_HELLO_STACKSIZE=4194304
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=4194304
|
||||
CONFIG_LIBM=y
|
||||
CONFIG_MAX_TASKS=64
|
||||
CONFIG_NFILE_DESCRIPTORS=32
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ CONFIG_BOOT_RUNFROMEXTSRAM=y
|
|||
CONFIG_CLOCK_MONOTONIC=y
|
||||
CONFIG_CONSOLE_SYSLOG=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=4194304
|
||||
CONFIG_LIBM=y
|
||||
CONFIG_MAX_TASKS=64
|
||||
CONFIG_NFILE_DESCRIPTORS=32
|
||||
CONFIG_PREALLOC_CHILDSTATUS=16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue