1
0
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:
Gaëtan Harter 2018-07-23 16:25:34 +02:00
parent dc8c983d26
commit cde5a91a8a
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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