From c587812e599622953b1756200d8437860c11c210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 11 May 2020 16:21:58 +0200 Subject: [PATCH] llvm10: fix mips*-musl --- srcpkgs/llvm10/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template index 8fe09a332b..441a20345d 100644 --- a/srcpkgs/llvm10/template +++ b/srcpkgs/llvm10/template @@ -128,7 +128,7 @@ pre_configure() { # of clang being too large for a 24-bit relative call to the PLT, so # optimize for size instead case "$XBPS_TARGET_MACHINE" in - ppc|ppc-musl) configure_args+=" -DVOID_CXX_OPT_FLAGS=-Os" ;; + mips*-musl|ppc|ppc-musl) configure_args+=" -DVOID_CXX_OPT_FLAGS=-Os" ;; esac if [ "$CROSS_BUILD" ]; then