changeset 395:8675457d99c6

editors: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 02 Apr 2019 20:10:00 +0200
parents d7016722ea6d
children fe4234e3cfe3
files editors/nano/nano.sh editors/vim/vim.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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:=}
--- a/editors/vim/vim.sh	Tue Apr 02 20:07:00 2019 +0200
+++ b/editors/vim/vim.sh	Tue Apr 02 20:10:00 2019 +0200
@@ -23,7 +23,7 @@
 PKGDOWNLOAD="ftp://ftp.vim.org/pub/vim/unix/vim-8.1.tar.bz2"
 PKGOPTIONS="GPM NLS"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}