Default for CONFIG_EXECFUNCS_HAVE_SYMTAB should be 'not set'
This commit is contained in:
parent
dae6d954bf
commit
664af2a69b
@ -111,3 +111,4 @@ config BINFMT_CONSTRUCTORS
|
||||
config SYMTAB_ORDEREDBYNAME
|
||||
bool "Symbol Tables Ordered by Name"
|
||||
default n
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user