From ff15cff41ef9b92b53d80083a020857944c3b82e Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 4 Oct 2011 12:05:03 +0800 Subject: [PATCH] Modules - Switched GNU99 --- Modules/Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1