pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac11bbb
)
Comment default CC assignment
author
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Sun, 22 Feb 2015 10:59:26 +0000
(10:59 +0000)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Sun, 22 Feb 2015 10:59:26 +0000
(10:59 +0000)
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.
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
298484e
..
46457f7
100644
(file)
--- 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