mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +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:
@@ -200,12 +200,6 @@ syscall$(DELIM)libproxies$(LIBEXT): context
|
||||
staging$(DELIM)libproxies$(LIBEXT): syscall$(DELIM)libproxies$(LIBEXT)
|
||||
$(Q) $(call INSTALL_LIB,$<,$@)
|
||||
|
||||
libs$(DELIM)symtab$(DELIM)libsymtab$(LIBEXT): context
|
||||
$(Q) $(MAKE) -C libs$(DELIM)symtab TOPDIR="$(TOPDIR)" libsymtab$(LIBEXT) KERNEL=n
|
||||
|
||||
staging$(DELIM)libsymtab$(LIBEXT): libs$(DELIM)symtab$(DELIM)libsymtab$(LIBEXT)
|
||||
$(Q) $(call INSTALL_LIB,$<,$@)
|
||||
|
||||
# Possible non-kernel builds
|
||||
|
||||
libs$(DELIM)libc$(DELIM)libc$(LIBEXT): context
|
||||
|
||||
Reference in New Issue
Block a user