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

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