[hackers] [st] Comment default CC assignment || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Sun, 22 Feb 2015 12:10:25 +0100 (CET)

commit 3604445ffc6ff1bfdfc7614771ca659e423b404b
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Sun Feb 22 10:59:26 2015 +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
    to compile.

diff --git a/config.mk b/config.mk
index 298484e..46457f7 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -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
 
Received on Sun Feb 22 2015 - 12:10:25 CET

This archive was generated by hypermail 2.3.0 : Sun Feb 22 2015 - 12:12:15 CET