Usermode/Applications - Set GNU++11 for C++ compilation
authorJohn Hodge <[email protected]>
Sun, 18 May 2014 14:02:00 +0000 (22:02 +0800)
committerJohn Hodge <[email protected]>
Sun, 18 May 2014 14:02:00 +0000 (22:02 +0800)
Usermode/Applications/Makefile.cfg

index ef17a14..583ae58 100644 (file)
@@ -5,6 +5,8 @@
 _appsdir := $(dir $(lastword $(MAKEFILE_LIST)))
 include $(_appsdir)../Makefile.cfg
 
+CXXFLAGS += -std=gnu++11
+
 ifeq ($(ARCHDIR),native)
  ASFLAGS = -felf
  CPPFLAGS = -Wall

UCC git Repository :: git.ucc.asn.au