]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
authorNed Deily <nad@python.org>
Mon, 18 May 2020 13:17:22 +0000 (09:17 -0400)
committerGitHub <noreply@github.com>
Mon, 18 May 2020 13:17:22 +0000 (09:17 -0400)
commit0da546665075aefbb476e192ed64122d340164f4
tree7b8ab1370800158880c8bbd210ac36956c768ad7
parentc444108dd62672f2b41539bcc8f15da44501f405
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)

Add support to the configure script for OBJC and OBJCXX command line options so that the macOS builds can use the clang compiler for the macOS-specific Objective C source files. This allows third-party compilers, like GNU gcc, to be used to build the rest of the project since some of the Objective C system header files are not compilable by GNU gcc.

Co-authored-by: Jeffrey Kintscher <websurfer@surf2c.net>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/whatsnew/3.9.rst
Mac/Makefile.in
Mac/PythonLauncher/Makefile.in
Makefile.pre.in
Misc/ACKS
Misc/NEWS.d/next/Build/2019-05-14-05-35-14.bpo-26317.no8mw-.rst [new file with mode: 0644]
aclocal.m4
configure
configure.ac
setup.py