mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 10:03:38 +08:00
ibs/libc, libs/symtab, tools/ build system: Move symbol table generation into libc since the address in symbol table should come from userspace binary for protect build, not kernel binary.
This commit is contained in:
@@ -143,12 +143,6 @@ ifeq ($(CONFIG_LIBDSP),y)
|
||||
NUTTXLIBS += staging$(DELIM)libdsp$(LIBEXT)
|
||||
endif
|
||||
|
||||
# Add symbol table library
|
||||
|
||||
ifeq ($(CONFIG_EXECFUNCS_SYSTEM_SYMTAB),y)
|
||||
NUTTXLIBS += staging$(DELIM)libsymtab$(LIBEXT)
|
||||
endif
|
||||
|
||||
# Export only the user libraries
|
||||
|
||||
EXPORTLIBS = $(USERLIBS)
|
||||
|
||||
Reference in New Issue
Block a user