695c2fbe5f
- Removed patches 184, 209, 242 as the changes are already in Python 3.5.3 - Updated patches 55, 146, 170, 180 to work with the new Python codebase
14 lines
437 B
Diff
14 lines
437 B
Diff
diff --git a/config.sub b/config.sub
|
|
index 3478c1f..e422173 100755
|
|
--- a/config.sub
|
|
+++ b/config.sub
|
|
@@ -1040,7 +1040,7 @@ case $basic_machine in
|
|
;;
|
|
ppc64) basic_machine=powerpc64-unknown
|
|
;;
|
|
- ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
|
|
+ ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
|
|
;;
|
|
ppc64le | powerpc64little)
|
|
basic_machine=powerpc64le-unknown
|