build: Use nm instead of objdump for generating symbol table

This commit is contained in:
Mintsuki
2025-07-10 16:32:19 +02:00
parent 5717295722
commit 44ca9b3588
4 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
include $(TOOLCHAIN_FILE)
export CC_FOR_TARGET
export LD_FOR_TARGET
export OBJDUMP_FOR_TARGET
export NM_FOR_TARGET
export OBJCOPY_FOR_TARGET
export READELF_FOR_TARGET