summaryrefslogtreecommitdiffstats
path: root/Misc/README.AIX
diff options
context:
space:
mode:
authorKevin Adler <kadler@us.ibm.com>2020-11-16 15:16:10 (GMT)
committerGitHub <noreply@github.com>2020-11-16 15:16:10 (GMT)
commitc79667ff7921444911e8a5dfa5fba89294915590 (patch)
tree507ad56a5b4cb66d08c7aeb9c20c7389d250bf9b /Misc/README.AIX
parentae6cd7cfdab0599139002c526953d907696d9eef (diff)
downloadcpython-c79667ff7921444911e8a5dfa5fba89294915590.zip
cpython-c79667ff7921444911e8a5dfa5fba89294915590.tar.gz
cpython-c79667ff7921444911e8a5dfa5fba89294915590.tar.bz2
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
As AIX 5.3 and below do not support thread_cputime, it was decided in https://bugs.python.org/issue40680 to require AIX 6.1 and above. This commit removes workarounds for — and references to — older, unsupported AIX versions.
Diffstat (limited to 'Misc/README.AIX')
-rw-r--r--Misc/README.AIX5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/README.AIX b/Misc/README.AIX
index 92ad029..6903a81 100644
--- a/Misc/README.AIX
+++ b/Misc/README.AIX
@@ -37,11 +37,6 @@ cd Python-3.2
CC=xlc_r OPT="-O2 -qmaxmem=70000" ./configure --without-computed-gotos --enable-shared
make
-Note:
-On AIX 5.3 and earlier, you will also need to specify the
-"--disable-ipv6" flag to configure. This has been corrected in AIX
-6.1.
-
======================================================================
Memory Limitations