1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/vars.inc.mk: export NM and RANLIB variables

This commit is contained in:
Alexandre Abadie 2020-06-24 09:43:58 +02:00
parent c36109516a
commit 499cd934a2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -68,6 +68,8 @@ export ARFLAGS # Command-line options to pass to AR, default `rcs`
export AS # The assembler.
export ASFLAGS # Flags for the assembler.
export LINK # The command used to link the files. Must take the same parameters as GCC, i.e. "ld" won't work.
export NM # The command used to list symbols from objet files
export RANLIB # The command used to generate an index to the contents of an archive
# LINKFLAGS # Flags to supply in the linking step.
export LTOFLAGS # extra CFLAGS for compiling with link time optimization
export OBJCOPY # The command used to create the HEXFILE and BINFILE.