Skip to content

Commit 14b3a8b

Browse files
dincoghlan
authored andcommitted
PEP 599: Fixes for ARMv7 and max gcc symbol version (#1181)
* More precise microarchitecture for ARMv7 * Fix typo with maximum gcc symbol version * Fix formatting in footer
1 parent 5f1f4ac commit 14b3a8b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pep-0599.rst

+8-9
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ the ``manylinux2014`` tag:
8383
x86_64
8484
i686
8585
aarch64
86-
armhfp
86+
armv7l
8787
ppc64
8888
ppc64le
8989
s390x
9090

91-
This list adds support for ARM (aarch64, armhfp) and PowerPC
91+
This list adds support for ARMv7 (armv7l), ARMv8 (aarch64) and PowerPC
9292
(ppc64, ppc64le) architectures supported by the CentOS Alternative
9393
Architecture Special Interest Group, as well as the IBM Z (s390x)
9494
architecture. [5]_
@@ -166,7 +166,7 @@ the ``manylinux2014`` tag:
166166
GLIBC_2.17
167167
CXXABI_1.3.7
168168
GLIBCXX_3.4.19
169-
GCC_4.8.5
169+
GCC_4.8.0
170170

171171
As an example, ``manylinux2014`` wheels may include binary
172172
artifacts that require ``glibc`` symbols at version ``GLIBC_2.12``,
@@ -229,7 +229,7 @@ Specifically, the algorithm we propose is::
229229
"linux-x86_64",
230230
"linux-i686",
231231
"linux-aarch64",
232-
"linux-armhfp",
232+
"linux-armv7l",
233233
"linux-ppc64",
234234
"linux-ppc64le",
235235
"linux-s390x",
@@ -280,19 +280,18 @@ References
280280

281281
.. [1] CentOS Product Specifications
282282
(https://wiki.centos.org/About/Product)
283-
.. [2] PEP 425 -- Compatibility Tags for Built Distributions
283+
.. [2] PEP 425: Compatibility Tags for Built Distributions
284284
(https://www.python.org/dev/peps/pep-0425/)
285285
.. [3] Tracking issue for manylinux2010 rollout
286286
(https://github.com/pypa/manylinux/issues/179)
287287
.. [4] Red Hat Universal Base Image 7
288288
(https://access.redhat.com/containers/?tab=overview#/registry.access.redhat.com/ubi7)
289-
(https://wiki.centos.org/SpecialInterestGroup/AltArch)
290289
.. [5] The CentOS Alternative Architecture Special Interest Group
291290
(https://wiki.centos.org/SpecialInterestGroup/AltArch)
292-
.. [6] PEP 3149
293-
https://www.python.org/dev/peps/pep-3149/
291+
.. [6] PEP 3149: ABI version tagged .so files
292+
(https://www.python.org/dev/peps/pep-3149/)
294293
.. [7] SOABI support for Python 2.X and PyPy
295-
https://github.com/pypa/pip/pull/3075
294+
(https://github.com/pypa/pip/pull/3075)
296295
.. [8] auditwheel
297296
(https://github.com/pypa/auditwheel/)
298297

0 commit comments

Comments
 (0)