summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/cflags.env.mk
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2015-11-03 17:18:02 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 15:30:26 -0600
commit3a3b16503b35a61754865b115c57666800f8e118 (patch)
treec300fa331f88311712638cd2fc7b97c1392978b4 /src/build/mkrules/cflags.env.mk
parent03b4d32d7d64ef2c25bb25869cf925d9afbace57 (diff)
downloadtalos-hostboot-3a3b16503b35a61754865b115c57666800f8e118.tar.gz
talos-hostboot-3a3b16503b35a61754865b115c57666800f8e118.zip
Use C++14.
RTC: 124148 Change-Id: Iecf9ba3b99e14ecb8d49f105fc01c2b770695144 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21794 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/cflags.env.mk')
-rw-r--r--src/build/mkrules/cflags.env.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/mkrules/cflags.env.mk b/src/build/mkrules/cflags.env.mk
index c5b27563f..9ec8576fc 100644
--- a/src/build/mkrules/cflags.env.mk
+++ b/src/build/mkrules/cflags.env.mk
@@ -41,7 +41,7 @@ CFLAGS += $(COMMONFLAGS) -mcpu=power7 -nostdinc -g -mno-vsx -mno-altivec\
-ffunction-sections -fdata-sections -ffreestanding -mbig-endian
ASMFLAGS += $(COMMONFLAGS) -mcpu=power7 -mbig-endian -ffreestanding -mabi=elfv1
CXXFLAGS += $(CFLAGS) -nostdinc++ -fno-rtti -fno-exceptions -Wall \
- -fuse-cxa-atexit -std=gnu++11
+ -fuse-cxa-atexit -std=gnu++14
LDFLAGS += --nostdlib --sort-common -EB $(COMMONFLAGS)
INCFLAGS = $(addprefix -I, $(INCDIR) )
OpenPOWER on IntegriCloud