]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#8847)
authorMichael Osipov <michael.osipov@siemens.com>
Thu, 19 May 2022 15:42:21 +0000 (17:42 +0200)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 15:42:21 +0000 (17:42 +0200)
commit09be18a73d81aa82cc57a782f3b0a9811e43ad3b
treeb220db22f0c60b01a96df108b387f39e96d9de10
parent2cdd57f119e3b85f1bfd28c7ff040e0d9bcaf115
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#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.
Misc/NEWS.d/next/Build/2018-08-21-11-10-18.bpo-34449.Z3qm3c.rst [new file with mode: 0644]
setup.py