comparison mate/mate-calc/mate-calc.sh @ 494:2f9967c0f741

mate: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:10:00 +0200
parents 515778c3a417
children 263706a69f92
comparison
equal deleted inserted replaced
493:9987c7d6e9cf 494:2f9967c0f741
24 PKGDEPENDS="lib/glib graphics/gtk misc/itstool:build" 24 PKGDEPENDS="lib/glib graphics/gtk misc/itstool:build"
25 PKGOPTIONS="NLS" 25 PKGOPTIONS="NLS"
26 26
27 : ${CHOST:=$(uname -m)-linux-musl} 27 : ${CHOST:=$(uname -m)-linux-musl}
28 : ${CBUILD:=$(uname -m)-linux-musl} 28 : ${CBUILD:=$(uname -m)-linux-musl}
29 : ${CC:=gcc} 29 : ${CC:=clang}
30 : ${CFLAGS:=-O2} 30 : ${CFLAGS:=-O2}
31 : ${LDFLAGS:=} 31 : ${LDFLAGS:=}
32 : ${LIBS:=} 32 : ${LIBS:=}
33 : ${NLS:=yes} 33 : ${NLS:=yes}
34 34