summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-29 15:42:41 (GMT)
committerGitHub <noreply@github.com>2017-09-29 15:42:41 (GMT)
commitd15108a4789aa1e3c12b2890b770550c90a30913 (patch)
tree95ee8afd520ccfea5854d620d2fe818d0be414ad /Misc
parent90f1d989594f3340c5ffaa2cf9cef1876ac6bb89 (diff)
downloadcpython-d15108a4789aa1e3c12b2890b770550c90a30913.zip
cpython-d15108a4789aa1e3c12b2890b770550c90a30913.tar.gz
cpython-d15108a4789aa1e3c12b2890b770550c90a30913.tar.bz2
stop using ranlib (closes bpo-31625) (#3815)
Instead, simply pass 's' to ar.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-28-23-21-20.bpo-31625.Bb2NXr.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-09-28-23-21-20.bpo-31625.Bb2NXr.rst b/Misc/NEWS.d/next/Build/2017-09-28-23-21-20.bpo-31625.Bb2NXr.rst
new file mode 100644
index 0000000..dbd078f
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-09-28-23-21-20.bpo-31625.Bb2NXr.rst
@@ -0,0 +1 @@
+Stop using ranlib on static libraries. Instead, we assume ar supports the 's' flag.