summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-21 19:36:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-21 19:36:07 +0000
commitee9f379c2f10c3c471bc421366fd1a0ed3147bb6 (patch)
tree7ca44f764a44392396b8a78d00af683bb782418f /nuttx/configs/eagle100
parentd3236bb10124ede44104a9e83ec282b8b762acba (diff)
downloadpx4-nuttx-ee9f379c2f10c3c471bc421366fd1a0ed3147bb6.tar.gz
px4-nuttx-ee9f379c2f10c3c471bc421366fd1a0ed3147bb6.tar.bz2
px4-nuttx-ee9f379c2f10c3c471bc421366fd1a0ed3147bb6.zip
Symbol table is ordered
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1924 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100')
-rw-r--r--nuttx/configs/eagle100/nxflat/defconfig13
1 files changed, 10 insertions, 3 deletions
diff --git a/nuttx/configs/eagle100/nxflat/defconfig b/nuttx/configs/eagle100/nxflat/defconfig
index 14b4c795e..c04156e28 100644
--- a/nuttx/configs/eagle100/nxflat/defconfig
+++ b/nuttx/configs/eagle100/nxflat/defconfig
@@ -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