mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 12:35:41 +00:00
Build trace policies with -std=gnu++11 enabled
This commit is contained in:
parent
563760eb08
commit
11e628714d
@ -4,7 +4,10 @@
|
||||
# \date 2013-08-12
|
||||
#
|
||||
|
||||
CXX_OPT = -g -ffreestanding -fPIC -fno-exceptions -fno-rtti -nostdinc -nostdlib -MMD
|
||||
CXX_OPT = -g -ffreestanding -fPIC -fno-exceptions -fno-rtti \
|
||||
-nostdinc -nostdlib -MMD
|
||||
|
||||
CXX_OPT += $(CC_CXX_OPT_STD)
|
||||
|
||||
LD_SCRIPT= $(PRG_DIR)/../policy.ld
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user