summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-06-14 17:41:59 +0000
committerimp <imp@FreeBSD.org>2003-06-14 17:41:59 +0000
commit93442457e18d8751d293b461708af07c72e4eb33 (patch)
treec511ef37f5baf1362e542312dde3ac547ddbf277 /share/mk/bsd.sys.mk
parent90e71b610d70d0b3905781a6bec3d4b097f35698 (diff)
downloadFreeBSD-src-93442457e18d8751d293b461708af07c72e4eb33.zip
FreeBSD-src-93442457e18d8751d293b461708af07c72e4eb33.tar.gz
Put on the core hat and back out all of the CSTD= changes. Core will
deal with working with the parties to define a coherent definition for CSTD that doesn't break things. Core hat seconded by: markm
Diffstat (limited to 'share/mk/bsd.sys.mk')
-rw-r--r--share/mk/bsd.sys.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index f32f980..e966ff8 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -9,20 +9,6 @@
# for GCC: http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_3.html#IDX143
.if !defined(NO_WARNS)
-. if defined(CSTD)
-. if ${CSTD} == "k&r"
-CFLAGS += -traditional
-. elif ${CSTD} == "c89" || ${CSTD} == "c90"
-CFLAGS += -std=iso9899:1990
-. elif ${CSTD} == "c94" || ${CSTD} == "c95"
-CFLAGS += -std=iso9899:199409
-. elif ${CSTD} == "c99"
-CFLAGS += -std=iso9899:1999
-. else
-CFLAGS += -std=${CSTD}
-. endif
-CFLAGS += -pedantic
-. endif
. if defined(WARNS)
. if ${WARNS} > 0
CFLAGS += -Wsystem-headers
OpenPOWER on IntegriCloud