Skip to content
Snippets Groups Projects
Unverified Commit cde5a91a authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

toolchain/gnu: also define NM

llvm is defining NM already and `openthread` is using the symbol.
parent dc8c983d
Branches
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ export AR = $(PREFIX)ar
export RANLIB = $(PREFIX)ranlib
endif
export AS = $(PREFIX)as
export NM = $(PREFIX)nm
export LINK = $(PREFIX)gcc
export LINKXX = $(PREFIX)g++
export SIZE = $(PREFIX)size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment