llvm10: fix mips*-musl
This commit is contained in:
@@ -128,7 +128,7 @@ pre_configure() {
|
|||||||
# of clang being too large for a 24-bit relative call to the PLT, so
|
# of clang being too large for a 24-bit relative call to the PLT, so
|
||||||
# optimize for size instead
|
# optimize for size instead
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user