From b6be36e5ea31b39834f24645f16b763fd6cee825 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 18 Jan 2008 11:27:49 +0000 Subject: Don't enforce a C99 compiler. --- mk/cc.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/cc.mk b/mk/cc.mk index 18eae7ee..225b1104 100644 --- a/mk/cc.mk +++ b/mk/cc.mk @@ -3,7 +3,6 @@ # Setup some good default CFLAGS CFLAGS?= -O2 -pipe -CSTD?= c99 # GNU Make way of detecting gcc flags we can use check_gcc=$(shell if ${CC} $(1) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \ @@ -16,7 +15,7 @@ WEXTRA!= for x in -Wdeclaration-after-statement -Wsequence-point -Wextra; do \ done # Loads of nice flags to ensure our code is good -CFLAGS+= -pedantic -std=${CSTD} \ +CFLAGS+= -pedantic \ -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \ -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \ -Wbad-function-cast -Wnested-externs -Wcomment -Winline \ -- cgit v1.2.3