Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166925300
D39892.id121301.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
536 B
Referenced Files
None
Subscribers
None
D39892.id121301.diff
View Options
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -285,15 +285,9 @@
.PHONY: ${PHONY_NOTMAIN}
.NOTMAIN: ${PHONY_NOTMAIN}
-CSTD= c99
+CSTD= c18
-.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"
+.if ${CSTD} == "c99"
CFLAGS+= -std=iso9899:1999
.else # CSTD
CFLAGS+= -std=${CSTD}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 7:43 PM (8 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36869454
Default Alt Text
D39892.id121301.diff (536 B)
Attached To
Mode
D39892: kern.mk: Make the new minimum c18
Attached
Detach File
Event Timeline
Log In to Comment