libs/libc/ Kconfig files: Disable EXECFUNCS_HAVE_SYMTAB for kernel build. The symbol table don't have any meaning for kernel build since all executable binary should be self contained.
This commit is contained in:
parent
5058911f46
commit
f23ccd5bb0
@ -59,7 +59,7 @@ config MODLIB_DUMPBUFFER
|
||||
|
||||
config MODLIB_HAVE_SYMTAB
|
||||
bool "Have symbol table"
|
||||
default n if BUILD_KERNEL
|
||||
default n
|
||||
---help---
|
||||
If you have a module library symbol table, then you may select this
|
||||
option in order to use it. Symbol tables are required in most
|
||||
|
@ -35,8 +35,8 @@ if LIBC_EXECFUNCS
|
||||
|
||||
config EXECFUNCS_HAVE_SYMTAB
|
||||
bool "Have symbol table"
|
||||
default n if !BUILD_KERNEL
|
||||
default y if BUILD_KERNEL
|
||||
default n
|
||||
depends on !BUILD_KERNEL
|
||||
---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