Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PEP 571: Update GCC_4.5.0 #1180

Merged
merged 3 commits into from
Oct 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion pep-0571.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ the ``manylinux2010`` tag:
GLIBC_2.12
CXXABI_1.3.3
GLIBCXX_3.4.13
GCC_4.3.0
GCC_4.5.0

As an example, ``manylinux2010`` wheels may include binary artifacts
that require ``glibc`` symbols at version ``GLIBC_2.4``, because
Expand Down Expand Up @@ -313,6 +313,16 @@ to be uploaded in the same way that it permits ``manylinux1``. It
should not attempt to verify the compatibility of ``manylinux2010``
wheels.

Summary of changes to \PEP 571
==============================

The following changes were made to this PEP based on feedback received after
it was approved:

* The maximum version symbol of ``libgcc_s`` was updated from ``GCC_4.3.0``
to ``GCC_4.5.0`` to address 32-bit Cent OS 6. This doesn't affect x86_64
because ``libgcc_s`` for x86_64 has no additional symbol from
``GCC_4.3.0`` to ``GCC_4.5.0``.

References
==========
Expand Down