python3: expand hack for ppcle-musl

This commit is contained in:
q66 2020-12-15 21:39:53 +01:00
parent e27be211ed
commit 146b9bc841

View file

@ -1,12 +1,16 @@
--- configure --- configure
+++ configure +++ configure
@@ -5205,6 +5205,10 @@ @@ -5205,6 +5205,14 @@
MULTIARCH=$($CC --print-multiarch 2>/dev/null) MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+if test x$MULTIARCH = xpowerpc-linux-musl +if test x$MULTIARCH = xpowerpc-linux-musl
+then +then
+ MULTIARCH="powerpc-linux-gnu" + MULTIARCH="powerpc-linux-gnu"
+fi
+if test x$MULTIARCH = xpowerpcle-linux-musl
+then
+ MULTIARCH="powerpcle-linux-gnu"
+fi +fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5