comparison core/ed/ed.sh @ 391:bdad6c7981e7

core: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 02 Apr 2019 13:33:22 +0200
parents e737b80da269
children 014d018468fb
comparison
equal deleted inserted replaced
390:94ef1383aa74 391:bdad6c7981e7
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="GPLv3+" 21 PKGLICENSE="GPLv3+"
22 PKGSUMMARY="GNU stream editor" 22 PKGSUMMARY="GNU stream editor"
23 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.lz" 23 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.lz"
24 24
25 : ${CC:=gcc} 25 : ${CC:=clang}
26 : ${CFLAGS:=-O2} 26 : ${CFLAGS:=-O2}
27 27
28 build() 28 build()
29 { 29 {
30 rm -rf $PKGNAME-$PKGVERSION 30 rm -rf $PKGNAME-$PKGVERSION