comparison x11/xgamma/xgamma.sh @ 439:2416430cff0b

x11: convert packages to clang
author David Demelier <markand@malikania.fr>
date Fri, 05 Apr 2019 20:10:00 +0200
parents db3a7c5fd593
children cacbd9d3d3a8
comparison
equal deleted inserted replaced
438:c3114738e828 439:2416430cff0b
26 x11/util-macros:build 26 x11/util-macros:build
27 x11/xorgproto:build" 27 x11/xorgproto:build"
28 28
29 : ${CHOST:=$(uname -m)-linux-musl} 29 : ${CHOST:=$(uname -m)-linux-musl}
30 : ${CBUILD:=$(uname -m)-linux-musl} 30 : ${CBUILD:=$(uname -m)-linux-musl}
31 : ${CC:=gcc} 31 : ${CC:=clang}
32 : ${CFLAGS:=-O2} 32 : ${CFLAGS:=-O2}
33 : ${LDFLAGS:=} 33 : ${LDFLAGS:=}
34 : ${LIBS:=} 34 : ${LIBS:=}
35 35
36 build() 36 build()