9dab8a4c1f
Enable profile guided optimizations for x86_64 and i686 architectures Sync with python3 package from F25: - Rebased patch250 - Make pip installable in a new venv when using the --system-site-packages flag - Fix syntax error in %%py_byte_compile macro - Add patch 259 to work around magic number bump in Python 3.5.3
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
|