summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2009-03-14 17:55:16 +0000
committerrdivacky <rdivacky@FreeBSD.org>2009-03-14 17:55:16 +0000
commit4cd01fc223701ae9a3fc4907d8c8e835ca6193d6 (patch)
tree2e832ae7edeb004a0ac2179546f03d09f8ad19b9 /tools
parent9dac23d7ae211df76cd0c75b8afc7a756730f4d4 (diff)
downloadFreeBSD-src-4cd01fc223701ae9a3fc4907d8c8e835ca6193d6.zip
FreeBSD-src-4cd01fc223701ae9a3fc4907d8c8e835ca6193d6.tar.gz
Switch over to gnu99 compilation on default for userland.
Tested by: make universe Tested by: ports exp build (done by pav) Reviewed by: ru Reviewed by: silence on arch Approved by: ed (mentor)
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/include/tgmath/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/regression/include/tgmath/Makefile b/tools/regression/include/tgmath/Makefile
index 64626c5..53e3b9a 100644
--- a/tools/regression/include/tgmath/Makefile
+++ b/tools/regression/include/tgmath/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
PROG= tgmath
-CFLAGS+= -fno-builtin -std=c99
+CSTD= c99
+CFLAGS+= -fno-builtin
NO_MAN=
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud