From c79667ff7921444911e8a5dfa5fba89294915590 Mon Sep 17 00:00:00 2001 From: Kevin Adler Date: Mon, 16 Nov 2020 09:16:10 -0600 Subject: bpo-42087: Remove support for AIX 5.3 and below (GH-22830) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.pre.in') diff --git a/Makefile.pre.in b/Makefile.pre.in index a8912cd4184..ee801ec46df 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1639,7 +1639,7 @@ libainstall: @DEF_MAKE_RULE@ python-config $(INSTALL_SCRIPT) Modules/ld_so_aix \ $(DESTDIR)$(LIBPL)/ld_so_aix; \ echo "$(LIBPL)/ld_so_aix"; \ - echo; echo "See Misc/AIX-NOTES for details."; \ + echo; echo "See Misc/README.AIX for details."; \ else true; \ fi -- cgit v1.2.3-65-gdbad