comparison dev/automake/automake.sh @ 500:d27efe5b1ea0

dev: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:24:00 +0200
parents b3f3b8ed8cf2
children c6c29dc90899
comparison
equal deleted inserted replaced
499:e26b9aeac296 500:d27efe5b1ea0
22 PKGSUMMARY="GNU tool for automatically creating Makefiles" 22 PKGSUMMARY="GNU tool for automatically creating Makefiles"
23 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz" 23 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz"
24 24
25 : ${CHOST:=$(uname -m)-linux-musl} 25 : ${CHOST:=$(uname -m)-linux-musl}
26 : ${CBUILD:=$(uname -m)-linux-musl} 26 : ${CBUILD:=$(uname -m)-linux-musl}
27 : ${CC:=gcc} 27 : ${CC:=clang}
28 : ${CFLAGS:=-O2} 28 : ${CFLAGS:=-O2}
29 : ${LDFLAGS:=} 29 : ${LDFLAGS:=}
30 : ${LIBS:=} 30 : ${LIBS:=}
31 31
32 build() 32 build()