Modules - Switched GNU99
authorJohn Hodge <[email protected]>
Tue, 4 Oct 2011 04:05:03 +0000 (12:05 +0800)
committerJohn Hodge <[email protected]>
Tue, 4 Oct 2011 04:05:03 +0000 (12:05 +0800)
Modules/Makefile.tpl

index dda0f6b..b404046 100644 (file)
@@ -7,7 +7,7 @@ _CPPFLAGS := $(CPPFLAGS)
 -include $(dir $(lastword $(MAKEFILE_LIST)))../Makefile.cfg
 
 CPPFLAGS := -I$(ACESSDIR)/Kernel/include -I$(ACESSDIR)/Kernel/arch/$(ARCHDIR)/include -DARCH=$(ARCH) $(_CPPFLAGS)
-CFLAGS := -Wall -Werror -fno-stack-protector -g -O3 -fno-builtin
+CFLAGS := -std=gnu99 -Wall -Werror -fno-stack-protector -g -O3 -fno-builtin
 
 ifneq ($(CATEGORY),)
        FULLNAME := $(CATEGORY)_$(NAME)

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