Introduction
Introduction Statistics Contact Development Disclaimer Help
tComment default CC assignment - st - [fork] customized build of st, the simple…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 3604445ffc6ff1bfdfc7614771ca659e423b404b
parent ac11bbb03b923cbe02cd17130ae643b2c4b004ec
Author: Roberto E. Vargas Caballero <[email protected]>
Date: Sun, 22 Feb 2015 10:59:26 +0000
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
tto compile.
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
t@@ -24,5 +24,5 @@ CFLAGS += -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os …
LDFLAGS += -g ${LIBS}
# compiler and linker
-CC ?= cc
+# CC = cc
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.