Default for CONFIG_EXECFUNCS_HAVE_SYMTAB should be 'not set'

This commit is contained in:
Gregory Nutt 2018-07-13 14:56:45 -06:00
parent dae6d954bf
commit 664af2a69b
7 changed files with 2 additions and 7 deletions

View File

@ -111,3 +111,4 @@ config BINFMT_CONSTRUCTORS
config SYMTAB_ORDEREDBYNAME
bool "Symbol Tables Ordered by Name"
default n

View File

@ -12,7 +12,6 @@ CONFIG_DEV_LOWCONSOLE=y
CONFIG_DISABLE_ENVIRON=y
CONFIG_DISABLE_POLL=y
CONFIG_EXAMPLES_NXFLAT=y
CONFIG_EXECFUNCS_SYMTAB="exports"
CONFIG_FS_ROMFS=y
CONFIG_HOST_WINDOWS=y
CONFIG_MAX_TASKS=16

View File

@ -18,7 +18,6 @@ CONFIG_DEV_ZERO=y
CONFIG_DISABLE_POSIX_TIMERS=y
CONFIG_ELF=y
CONFIG_EXAMPLES_ELF=y
CONFIG_EXECFUNCS_SYMTAB="exports"
CONFIG_FS_PROCFS=y
CONFIG_FS_ROMFS=y
CONFIG_FS_WRITABLE=y

View File

@ -32,7 +32,6 @@ CONFIG_ELF=y
CONFIG_ELF_STACKSIZE=4096
CONFIG_EXAMPLES_ELF=y
CONFIG_EXAMPLES_ELF_SYSCALL=y
CONFIG_EXECFUNCS_SYMTAB="exports"
CONFIG_FS_PROCFS=y
CONFIG_FS_ROMFS=y
CONFIG_HAVE_CXX=y

View File

@ -15,7 +15,6 @@ CONFIG_DEV_LOWCONSOLE=y
CONFIG_ELF=y
CONFIG_ELF_STACKSIZE=4096
CONFIG_EXAMPLES_ELF=y
CONFIG_EXECFUNCS_SYMTAB="exports"
CONFIG_FS_ROMFS=y
CONFIG_HAVE_CXX=y
CONFIG_HOST_WINDOWS=y

View File

@ -14,7 +14,6 @@ CONFIG_DEV_LOWCONSOLE=y
CONFIG_ELF=y
CONFIG_EXAMPLES_POSIXSPAWN=y
CONFIG_EXECFUNCS_NSYMBOLS=10
CONFIG_EXECFUNCS_SYMTAB="exports"
CONFIG_FS_ROMFS=y
CONFIG_HAVE_CXX=y
CONFIG_HOST_WINDOWS=y

View File

@ -35,8 +35,7 @@ if LIBC_EXECFUNCS
config EXECFUNCS_HAVE_SYMTAB
bool "Have symbol table"
default n if BUILD_KERNEL
default y if !BUILD_KERNEL
default n
---help---
If you have a system symbol table, then you may select this
option in order to use it. Symbol tables are required in most