aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2015-02-22 10:59:26 +0000
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2015-02-22 10:59:26 +0000
commit3604445ffc6ff1bfdfc7614771ca659e423b404b (patch)
tree14ab1661135a6168fadba488d68010cea9dc4e6b
parentac11bbb03b923cbe02cd17130ae643b2c4b004ec (diff)
downloadst-3604445ffc6ff1bfdfc7614771ca659e423b404b.tar.gz
st-3604445ffc6ff1bfdfc7614771ca659e423b404b.tar.bz2
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.
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 298484e..46457f7 100644
--- a/config.mk
+++ b/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