From 499cd934a265d9645a377797051adb1c2e289012 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 24 Jun 2020 09:43:58 +0200 Subject: [PATCH] makefiles/vars.inc.mk: export NM and RANLIB variables --- makefiles/vars.inc.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk index 61cd8b2bec..66876c734a 100644 --- a/makefiles/vars.inc.mk +++ b/makefiles/vars.inc.mk @@ -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.