1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00

pkg: remove -std=c++11

This commit is contained in:
Gunar Schorcht 2022-01-06 11:20:14 +01:00
parent 60793f14ae
commit aa44c8ab78
4 changed files with 0 additions and 11 deletions

View File

@ -1,3 +1 @@
INCLUDES += -I$(PKGDIRBASE)/arduino_api/api
CXXEXFLAGS += -std=c++11

View File

@ -7,8 +7,5 @@ ifneq (0,$(shell which flatc > /dev/null 2>&1 ; echo $$?))
$(call target-export-variables,all,FLATC)
endif
# This module requires cpp11 support
CXXEXFLAGS += -std=c++11
# This package is a header only package, so there's nothing to build
PSEUDOMODULES += flatbuffers

View File

@ -1,3 +1 @@
INCLUDES += -I$(PKGDIRBASE)/talking_leds/src
CXXEXFLAGS += -std=c++11

View File

@ -11,7 +11,3 @@ ifeq (llvm,$(TOOLCHAIN))
CXXEXFLAGS += -Wno-unused-variable
CXXEXFLAGS += -Wno-shift-count-negative
endif
ifneq (native,$(BOARD))
CXXEXFLAGS += -std=c++11
endif