mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
libc/elf: rename modlib to libelf
Renaming "modlib" to "libelf" is more in line with the implementation content, which makes it easier for individual developers to understand the capabilities of this module. CONFIG_LIBC_MODLIB -> CONFIG_LIBC_ELF Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
parent
1b9e6a8563
commit
52482219c8
120 changed files with 788 additions and 785 deletions
|
|
@ -99,7 +99,7 @@ config MM_KASAN_DISABLE_WRITE_PANIC
|
|||
|
||||
config MM_KASAN_SKIP_ZERO_TAGS
|
||||
bool "Enable skip check zero tags"
|
||||
default LIBC_MODLIB
|
||||
default LIBC_ELF
|
||||
---help---
|
||||
This option disables checking for zero tags.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue