summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-05-25 03:00:04 (GMT)
committerGitHub <noreply@github.com>2021-05-25 03:00:04 (GMT)
commit59acfd4a09df1c141dac7845eed008af8970fce7 (patch)
treec77f69c62077c90815dc4a473f148e38b4d7d654 /Misc/NEWS.d
parent2f3a87856c7033227577b9ed0c77ed75311430b7 (diff)
downloadcpython-59acfd4a09df1c141dac7845eed008af8970fce7.zip
cpython-59acfd4a09df1c141dac7845eed008af8970fce7.tar.gz
cpython-59acfd4a09df1c141dac7845eed008af8970fce7.tar.bz2
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Allow --with-lto configure option to work with Apple-supplied Xcode or Command Line Tools which do not provide llvm-ar.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/macOS/2021-05-24-21-15-41.bpo-43109.npKJ9c.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2021-05-24-21-15-41.bpo-43109.npKJ9c.rst b/Misc/NEWS.d/next/macOS/2021-05-24-21-15-41.bpo-43109.npKJ9c.rst
new file mode 100644
index 0000000..bb4d24f
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2021-05-24-21-15-41.bpo-43109.npKJ9c.rst
@@ -0,0 +1,2 @@
+Allow --with-lto configure option to work with Apple-supplied Xcode or
+Command Line Tools.