Symbol table is ordered
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1924 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4bcd831dbd
commit
601d1a7b0f
@ -247,9 +247,6 @@ CONFIG_HAVE_LIBM=n
|
||||
# CONFIG_SDCLONE_DISABLE. Disable cloning of all socket
|
||||
# desciptors by task_create() when a new task is started. If
|
||||
# set, all sockets will appear to be closed in the new task.
|
||||
# CONFIG_NXFLAT. Enable support for the NXFLAT binary format.
|
||||
# This format will support execution of NuttX binaries located
|
||||
# in a ROMFS filesystem (see examples/nxflat).
|
||||
#
|
||||
CONFIG_EXAMPLE=nxflat
|
||||
CONFIG_DEBUG=n
|
||||
@ -273,7 +270,17 @@ CONFIG_SEM_NNESTPRIO=0
|
||||
CONFIG_FDCLONE_DISABLE=n
|
||||
CONFIG_FDCLONE_STDIO=n
|
||||
CONFIG_SDCLONE_DISABLE=y
|
||||
|
||||
#
|
||||
# Settings for examples/nxflat
|
||||
# CONFIG_NXFLAT. Enable support for the NXFLAT binary format.
|
||||
# This format will support execution of NuttX binaries located
|
||||
# in a ROMFS filesystem (see examples/nxflat).
|
||||
# CONFIG_SYMTAB_ORDEREDBYNAME. Select if the system symbol table
|
||||
# is ordered by symbol name
|
||||
#
|
||||
CONFIG_NXFLAT=y
|
||||
CONFIG_SYMTAB_ORDEREDBYNAME=y
|
||||
|
||||
#
|
||||
# The following can be used to disable categories of
|
||||
|
Loading…
Reference in New Issue
Block a user