bpo-33473: Be slightly better about CFLAGS, LDFLAGS, and related by grimreaper · Pull Request #6771 · python/cpython
grimreaper
changed the title
[WIP] Be slightly better about CFLAGS, LDFLAGS, and related
[WIP] issue33473: Be slightly better about CFLAGS, LDFLAGS, and related
grimreaper
changed the title
[WIP] issue33473: Be slightly better about CFLAGS, LDFLAGS, and related
bpo-33473: [WIP] Be slightly better about CFLAGS, LDFLAGS, and related
grimreaper
changed the title
bpo-33473: [WIP] Be slightly better about CFLAGS, LDFLAGS, and related
bpo-33473: Be slightly better about CFLAGS, LDFLAGS, and related
- "-pthread" is a part of the C compiler and linker flags. It is not part of the compiler. In particular 'make CC=clang' ought to work - checking for pthreads support is a link time issue, not run time Not done in this patch: - convert from "gcc" to "cc" to more correctly infer the current compiler - regenerate generated code such as "configure" or "aclocal.m4"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters