Blame SOURCES/python3-powerppc-arch.patch

b13608
diff --git a/configure b/configure
b13608
index fa2cd55..884116b 100755
b13608
--- a/configure
b13608
+++ b/configure
b13608
@@ -5280,12 +5280,12 @@ cat >> conftest.c <
2a6dbc
         powerpc-linux-gnuspe
2a6dbc
 # elif defined(__powerpc64__)
2a6dbc
 #  if defined(__LITTLE_ENDIAN__)
2a6dbc
-        powerpc64le-linux-gnu
2a6dbc
+        ppc64le-linux-gnu
2a6dbc
 #  else
2a6dbc
-        powerpc64-linux-gnu
2a6dbc
+        ppc64-linux-gnu
2a6dbc
 #  endif
2a6dbc
 # elif defined(__powerpc__)
b13608
-        powerpc-linux-gnu
b13608
+        ppc-linux-gnu
b13608
 # elif defined(__s390x__)
b13608
         s390x-linux-gnu
b13608
 # elif defined(__s390__)
b13608
diff --git a/configure.ac b/configure.ac
b13608
index 69b294e..0bbf9c4 100644
b13608
--- a/configure.ac
b13608
+++ b/configure.ac
b13608
@@ -830,12 +830,12 @@ cat >> conftest.c <
2a6dbc
         powerpc-linux-gnuspe
2a6dbc
 # elif defined(__powerpc64__)
2a6dbc
 #  if defined(__LITTLE_ENDIAN__)
2a6dbc
-        powerpc64le-linux-gnu
2a6dbc
+        ppc64le-linux-gnu
2a6dbc
 #  else
2a6dbc
-        powerpc64-linux-gnu
2a6dbc
+        ppc64-linux-gnu
2a6dbc
 #  endif
2a6dbc
 # elif defined(__powerpc__)
b13608
-        powerpc-linux-gnu
b13608
+        ppc-linux-gnu
b13608
 # elif defined(__s390x__)
b13608
         s390x-linux-gnu
b13608
 # elif defined(__s390__)