changeset 494:2f9967c0f741

mate: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:10:00 +0200
parents 9987c7d6e9cf
children c54ecf0588bc
files Templates/mate.sh mate/libmatekbd/libmatekbd.sh mate/libmatemixer/libmatemixer.sh mate/libmateweather/libmateweather.sh mate/marco/marco.sh mate/mate-calc/mate-calc.sh mate/mate-common/mate-common.sh mate/mate-desktop/mate-desktop.sh mate/mate-menus/mate-menus.sh mate/mate-panel/mate-panel.sh mate/mate-session-manager/mate-session-manager.sh mate/mate-settings-daemon/mate-settings-daemon.sh
diffstat 12 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/Templates/mate.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/Templates/mate.sh	Mon Apr 08 20:10: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/mate/libmatekbd/libmatekbd.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/libmatekbd/libmatekbd.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -25,7 +25,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/mate/libmatemixer/libmatemixer.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/libmatemixer/libmatemixer.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -25,7 +25,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/mate/libmateweather/libmateweather.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/libmateweather/libmateweather.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -28,7 +28,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/mate/marco/marco.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/marco/marco.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -37,7 +37,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/mate/mate-calc/mate-calc.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/mate-calc/mate-calc.sh	Mon Apr 08 20:10: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/mate/mate-common/mate-common.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/mate-common/mate-common.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -24,7 +24,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/mate/mate-desktop/mate-desktop.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/mate-desktop/mate-desktop.sh	Mon Apr 08 20:10: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/mate/mate-menus/mate-menus.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/mate-menus/mate-menus.sh	Mon Apr 08 20:10: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/mate/mate-panel/mate-panel.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/mate-panel/mate-panel.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -35,7 +35,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/mate/mate-session-manager/mate-session-manager.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/mate-session-manager/mate-session-manager.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -37,7 +37,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/mate/mate-settings-daemon/mate-settings-daemon.sh	Mon Apr 08 12:53:31 2019 +0200
+++ b/mate/mate-settings-daemon/mate-settings-daemon.sh	Mon Apr 08 20:10:00 2019 +0200
@@ -35,7 +35,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}