Commit 3604445

Roberto E. Vargas Caballero <k0ga@shike2.com>
2015-02-22 05:59:26
Comment default CC assignment
CC by default is cc, so the assignment was doing nothing, but it was using non standard syntax, so some system (NetBSD) fail to compile.
1 parent ac11bbb
Changed files (1)
config.mk
@@ -24,5 +24,5 @@ CFLAGS += -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os ${INCS} ${CPPFLAGS}
 LDFLAGS += -g ${LIBS}
 
 # compiler and linker
-CC ?= cc
+# CC = cc