[hackers] [smdev] config.mk: default CC = cc || Hiltjo Posthuma
commit 8d07540c417e3a31942028318197c89b640278d5
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sun Apr 12 13:42:20 2015 +0200
config.mk: default CC = cc
diff --git a/config.mk b/config.mk
index 78beb10..b1e7ae4 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -4,7 +4,7 @@ VERSION = 0.2.3
# paths
PREFIX = /usr/local
-#CC = musl-gcc
+CC = cc
LD = $(CC)
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall -pedantic $(CPPFLAGS)
Received on Tue Apr 14 2015 - 13:19:46 CEST
This archive was generated by hypermail 2.3.0
: Tue Apr 14 2015 - 13:24:10 CEST