1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys: remove exports of UNDEF vars

This commit is contained in:
Alexandre Abadie 2020-01-10 14:46:26 +01:00
parent 92f2b820cd
commit 0e7e1b76cd
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -43,7 +43,7 @@ ifneq (,$(filter cpp11-compat,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/sys/cpp11-compat/include
# make sure cppsupport.o is linked explicitly because __dso_handle is not
# found if it is hidden away inside a static object.
export UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o
UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o
endif
ifneq (,$(filter embunit,$(USEMODULE)))