Build trace policies with -std=gnu++11 enabled

This commit is contained in:
Norman Feske 2013-10-09 12:00:48 +02:00
parent 563760eb08
commit 11e628714d
1 changed files with 4 additions and 1 deletions

View File

@ -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