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