comparison network/iproute2/iproute2.sh @ 440:5298f6a3f180

network: convert packages to clang
author David Demelier <markand@malikania.fr>
date Fri, 05 Apr 2019 12:31:55 +0200
parents 9ae9da1e3854
children 9f90de3d806f
comparison
equal deleted inserted replaced
439:2416430cff0b 440:5298f6a3f180
25 PKGOPTIONS="CAP MNL" 25 PKGOPTIONS="CAP MNL"
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 : ${CTARGET:=$(uname -m)-linux-musl} 29 : ${CTARGET:=$(uname -m)-linux-musl}
30 : ${CC:=gcc} 30 : ${CC:=clang}
31 : ${CFLAGS:=-O2 -DHAVE_SETNS -DHAVE_ELF -DNEED_STRLCPY} 31 : ${CFLAGS:=-O2 -DHAVE_SETNS -DHAVE_ELF -DNEED_STRLCPY}
32 : ${LIBS:=-lelf} 32 : ${LIBS:=-lelf}
33 : ${CAP:=yes} 33 : ${CAP:=yes}
34 : ${MNL:=yes} 34 : ${MNL:=yes}
35 35