changeset 498:b41fd795a760

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