python3: tweak MULTIARCH for ppc-musl

This commit is contained in:
Thomas Batten 2019-01-21 14:23:06 +10:30 committed by Helmut Pozimski
parent 7e4a6c86b9
commit f1dc7dc1c0
1 changed files with 13 additions and 0 deletions

View File

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