changeset 499:e26b9aeac296

security: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:20:00 +0200
parents b41fd795a760
children d27efe5b1ea0
files security/shadow/shadow.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/security/shadow/shadow.sh	Mon Apr 08 20:18:00 2019 +0200
+++ b/security/shadow/shadow.sh	Mon Apr 08 20:20:00 2019 +0200
@@ -26,7 +26,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}