boards: cxd56xx: Change c++ option to -std=c++11
Change CXXFLAGS from -std=c++98 to -std=c++11.
This commit is contained in:
parent
b3389cf751
commit
3a22af5d9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user