[hackers] [scc] config.mk: add a comment about default C standard || Quentin Rameau
commit 3acfbc12d1cee43ced3f018acc8b7a0a72b4ec4f
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Sat Dec 10 17:26:35 2016 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Sun Dec 11 10:48:55 2016 +0100
config.mk: add a comment about default C standard
diff --git a/config.mk b/config.mk
index 5b5f653..b1cc627 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -14,7 +14,8 @@ STD = c99
PREFIX = $(HOME)
MANPREFIX = $(PREFIX)/share/man
-# if your system is not POSIX maybe you want to use cc or gcc
+# scc expects to be built by a C99 compiler
+# if your system is not at least POSIX 2004 compatible, adjust CC
# CC = c99
# AR = ar
Received on Sun Dec 11 2016 - 10:49:17 CET
This archive was generated by hypermail 2.3.0
: Sun Dec 11 2016 - 11:00:18 CET