Add -std=gnu++11 flag to Vancouver Makefile
Most recent upstream version need this to be build successfully.
This commit is contained in:
committed by
Norman Feske
parent
8f12e555af
commit
14307c778a
@@ -34,6 +34,7 @@ INC_DIR += $(VANCOUVER_DIR)/include
|
||||
INC_DIR += $(NOVA_INCLUDE_DIR)
|
||||
|
||||
CC_WARN += -Wno-parentheses
|
||||
CC_CXX_OPT += -std=gnu++11
|
||||
|
||||
LD_TEXT_ADDR = 0xb0000000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user