mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
toolchain/gnu: also define NM
llvm is defining NM already and `openthread` is using the symbol.
This commit is contained in:
parent
dc8c983d26
commit
cde5a91a8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user