changeset 497:b3d11a5ed175

python: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:17:00 +0200
parents 089b46d20c00
children b41fd795a760
files python/python/python.sh python/python2/python2.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/python/python/python.sh	Mon Apr 08 20:15:00 2019 +0200
+++ b/python/python/python.sh	Mon Apr 08 20:17:00 2019 +0200
@@ -26,7 +26,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/python/python2/python2.sh	Mon Apr 08 20:15:00 2019 +0200
+++ b/python/python2/python2.sh	Mon Apr 08 20:17:00 2019 +0200
@@ -26,7 +26,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}