boards: cxd56xx: Change c++ option to -std=c++11

Change CXXFLAGS from -std=c++98 to -std=c++11.
This commit is contained in:
SPRESENSE 2021-07-04 12:47:03 +09:00 committed by Xiang Xiao
parent b3389cf751
commit 3a22af5d9b

View File

@ -49,7 +49,7 @@ ifneq ($(CONFIG_DEBUG_NOOPT),y)
endif
ARCHCFLAGS = -fno-builtin -mabi=aapcs -ffunction-sections -fdata-sections
ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fno-rtti -std=c++98
ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fno-rtti -std=c++11
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
ARCHWARNINGSXX = -Wall -Wshadow -Wundef
ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10