nuttx/libs/libc/sched/Kconfig
2022-01-20 01:16:56 +08:00

18 lines
420 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
choice
prompt "CXX initialization style"
default CXX_INITIALIZE_MACHO if ARCH_SIM && HOST_MACOS
default CXX_INITIALIZE_SINIT
config CXX_INITIALIZE_SINIT
bool "_sinit/_einit style intialization"
config CXX_INITIALIZE_MACHO
bool "Mach-O style intialization (sim/macOS)"
endchoice