mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:32:44 +01:00
5 lines
141 B
Makefile
5 lines
141 B
Makefile
|
ifneq (,$(filter tiny_strerror_as_strerror,$(USEMODULE)))
|
||
|
# use the wrapper functions for strerror
|
||
|
LINKFLAGS += -Wl,-wrap=strerror
|
||
|
endif
|