]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (GH-8847)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 May 2022 16:51:08 +0000 (09:51 -0700)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 16:51:08 +0000 (09:51 -0700)
commit0f1748d66e3acfd897297218fa1d552e587f7467
tree034b2f2d3495f39ae0e599261742a270ae008e74
parent37d60c0255f4404080e2a329b80b253c8221762d
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (GH-8847)

At compile time, '+z' is already properly used with HP aCC, and shared
libraries are correctly linked with '+b'. The '-fPIC' switch can safely be
dropped.
(cherry picked from commit 09be18a73d81aa82cc57a782f3b0a9811e43ad3b)

Co-authored-by: Michael Osipov <michael.osipov@siemens.com>
Misc/NEWS.d/next/Build/2018-08-21-11-10-18.bpo-34449.Z3qm3c.rst [new file with mode: 0644]
setup.py