mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
boards/sim: Remove the unnecessary CONFIG_SIM_M32
to enable build on macOS Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
ce7113387b
commit
1067b6afc9
4 changed files with 3 additions and 5 deletions
|
@ -50,7 +50,6 @@ CONFIG_READLINE_TABCOMPLETION=y
|
|||
CONFIG_SCHED_HAVE_PARENT=y
|
||||
CONFIG_SCHED_ONEXIT=y
|
||||
CONFIG_SCHED_WAITPID=y
|
||||
CONFIG_SIM_M32=y
|
||||
CONFIG_START_MONTH=6
|
||||
CONFIG_START_YEAR=2008
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
|
|
|
@ -84,7 +84,6 @@ CONFIG_SCHED_HPWORK=y
|
|||
CONFIG_SCHED_ONEXIT=y
|
||||
CONFIG_SCHED_SPORADIC=y
|
||||
CONFIG_SCHED_WAITPID=y
|
||||
CONFIG_SIM_M32=y
|
||||
CONFIG_START_MONTH=6
|
||||
CONFIG_START_YEAR=2008
|
||||
CONFIG_SYSLOG_CONSOLE=y
|
||||
|
|
|
@ -47,7 +47,6 @@ CONFIG_SCHED_HAVE_PARENT=y
|
|||
CONFIG_SCHED_ONEXIT=y
|
||||
CONFIG_SCHED_WAITPID=y
|
||||
CONFIG_SIM_HOSTFS=y
|
||||
CONFIG_SIM_M32=y
|
||||
CONFIG_START_MONTH=6
|
||||
CONFIG_START_YEAR=2008
|
||||
CONFIG_SYSTEM_NSH=m
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
# clang doesn't -fsanitize=kernel-address
|
||||
-Darwin,sim:kasan
|
||||
|
||||
# macOS doesn't support 32bit(CONFIG_SIM_M32=y) anymore
|
||||
# macOS doesn't support ELF loading
|
||||
-Darwin,sim:elf
|
||||
-Darwin,sim:foc
|
||||
-Darwin,sim:loadable
|
||||
|
||||
# macOS doesn't support 32bit(CONFIG_SIM_M32=y) anymore
|
||||
-Darwin,sim:module32
|
||||
|
||||
# Do not build Linux configs
|
||||
|
|
Loading…
Reference in a new issue