Skip to content

Commit

Permalink
toolchain/gnu: also define NM
Browse files Browse the repository at this point in the history
llvm is defining NM already and `openthread` is using the symbol.
  • Loading branch information
cladmi committed Jul 23, 2018
1 parent dc8c983 commit cde5a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefiles/toolchain/gnu.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cde5a91

Please sign in to comment.