diff core/ed/ed.sh @ 391:bdad6c7981e7

core: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 02 Apr 2019 13:33:22 +0200
parents e737b80da269
children 014d018468fb
line wrap: on
line diff
--- a/core/ed/ed.sh	Tue Apr 02 20:03:00 2019 +0200
+++ b/core/ed/ed.sh	Tue Apr 02 13:33:22 2019 +0200
@@ -22,7 +22,7 @@
 PKGSUMMARY="GNU stream editor"
 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.lz"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 
 build()