18 lines
377 B
Diff
18 lines
377 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -5221,6 +5221,14 @@
|
|
$as_echo "$ac_cv_path_EGREP" >&6; }
|
|
EGREP="$ac_cv_path_EGREP"
|
|
|
|
+if test x$MULTIARCH = xpowerpc-linux-musl
|
|
+then
|
|
+ MULTIARCH="powerpc-linux-gnu"
|
|
+fi
|
|
+if test x$MULTIARCH = xpowerpcle-linux-musl
|
|
+then
|
|
+ MULTIARCH="powerpcle-linux-gnu"
|
|
+fi
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CC compiler name" >&5
|