Skip to content

Commit

Permalink
Comment default CC assignment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
k0gaMSX committed Feb 22, 2015
1 parent ac11bbb commit 3604445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3604445

Please sign in to comment.