From: Rhett Aultman Date: Sun, 15 Jul 2012 08:08:51 +0000 (-0700) Subject: Switch to gnu99 syntax X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e3b4559e9b64bd9a7a116c1c7b8f9d01f4467a62;p=arcanos.git Switch to gnu99 syntax --- diff --git a/GNUmakefile b/GNUmakefile index e0b1470..af51d0f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,7 +36,7 @@ PERL := perl # Compiler flags # -fno-builtin is required to avoid refs to undefined functions in the kernel. # Only optimize to -O1 to discourage inlining, which complicates backtraces. -CFLAGS := $(CFLAGS) $(DEFS) $(LABDEFS) -O -fno-builtin -I$(TOP) -MD -Wall -Wno-format -Wno-unused -Werror -gstabs -fno-stack-protector +CFLAGS := $(CFLAGS) $(DEFS) $(LABDEFS) -O -fno-builtin -I$(TOP) -MD -Wall -Wno-format -Wno-unused -Werror -gstabs -fno-stack-protector -std=gnu99 # Lists that the */Makefrag makefile fragments will add to OBJDIRS :=