mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
llvm10: fix mips*-musl
This commit is contained in:
parent
49ce4eeb57
commit
c587812e59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue