diff editors/nano/nano.sh @ 395:8675457d99c6

editors: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 02 Apr 2019 20:10:00 +0200
parents 7c631ce1660f
children 515778c3a417
line wrap: on
line diff
--- a/editors/nano/nano.sh	Tue Apr 02 20:07:00 2019 +0200
+++ b/editors/nano/nano.sh	Tue Apr 02 20:10: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:=}