mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
Add __cxa_atexit(); atexit() is now built on top of on_exit()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5292 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
461311e9c8
commit
8f03e86af7
1 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,8 @@ CONFIG_SDCLONE_DISABLE=y
|
|||
# CONFIG_SCHED_WORKQUEUE is not set
|
||||
# CONFIG_SCHED_WAITPID is not set
|
||||
# CONFIG_SCHED_ATEXIT is not set
|
||||
# CONFIG_SCHED_ONEXIT is not set
|
||||
CONFIG_SCHED_ONEXIT=y
|
||||
CONFIG_SCHED_ONEXIT_MAX=4
|
||||
CONFIG_USER_ENTRYPOINT="cxxtest_main"
|
||||
CONFIG_DISABLE_OS_API=y
|
||||
# CONFIG_DISABLE_CLOCK is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue