From: John Hodge Date: Tue, 4 Oct 2011 04:05:03 +0000 (+0800) Subject: Modules - Switched GNU99 X-Git-Tag: rel0.11~31 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=ff15cff41ef9b92b53d80083a020857944c3b82e;p=tpg%2Facess2.git Modules - Switched GNU99 --- diff --git a/Modules/Makefile.tpl b/Modules/Makefile.tpl index dda0f6b9..b404046a 100644 --- a/Modules/Makefile.tpl +++ b/Modules/Makefile.tpl @@ -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)