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

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