mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
Add -std=gnu++11 flag to Vancouver Makefile
Most recent upstream version need this to be build successfully.
This commit is contained in:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user