diff options
author | Ned Deily <nad@python.org> | 2021-05-25 03:00:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 03:00:04 (GMT) |
commit | 59acfd4a09df1c141dac7845eed008af8970fce7 (patch) | |
tree | c77f69c62077c90815dc4a473f148e38b4d7d654 /Misc/NEWS.d | |
parent | 2f3a87856c7033227577b9ed0c77ed75311430b7 (diff) | |
download | cpython-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.rst | 2 |
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. |