diff options
author | Fedora Python maintainers <python-devel@lists.fedoraproject.org> | 2020-07-15 15:41:39 +0200 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2020-09-29 15:59:05 +0200 |
commit | d553bf1b1671d6cd08f2bf74b49d60890a720872 (patch) | |
tree | cd6e39b54315b17f7ee4f5936840e3be97e3ab58 | |
parent | 405ce2ca6e70f43ba0ee94ca61a3c1aedb2c7ccf (diff) | |
download | cpython-git-d553bf1b1671d6cd08f2bf74b49d60890a720872.tar.gz |
00180-python-add-support-for-ppc64p7.patch
00180 #
Enable building on ppc64p7
Not appropriate for upstream, Fedora-specific naming
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 40ea5dfe11..932128b337 100755 --- a/config.sub +++ b/config.sub @@ -1045,7 +1045,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 |