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:
parent
60793f14ae
commit
aa44c8ab78
@ -1,3 +1 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)/arduino_api/api
|
||||
|
||||
CXXEXFLAGS += -std=c++11
|
||||
|
@ -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
|
||||
|
@ -1,3 +1 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)/talking_leds/src
|
||||
|
||||
CXXEXFLAGS += -std=c++11
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user