commit 2fec14c567411b939e717c380d8b4460d462b146
parent 5678764412873baa62e1536f0622d6a7cec62181
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 6 Oct 2023 11:41:19 +0200
config.mk: no need to set CC
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/config.mk b/config.mk
@@ -27,6 +27,3 @@ COMPATSRC = explicit_bzero.c
#CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_NETBSD_SOURCE
# On OpenBSD set COMPATSRC to empty
#COMPATSRC =
-
-# compiler and linker
-CC = cc