Home
last modified time | relevance | path

Searched refs:UnixCCompiler (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/distutils/
Dcygwinccompiler.py52 from distutils.unixccompiler import UnixCCompiler
83 class CygwinCCompiler(UnixCCompiler):
96 UnixCCompiler.__init__(self, verbose, dry_run, force)
Dunixccompiler.py38 class UnixCCompiler(CCompiler): class
/external/grpc-grpc/
Dsetup.py22 from distutils.unixccompiler import UnixCCompiler
24 UnixCCompiler.src_extensions.append(".S")
25 del UnixCCompiler
/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dsetup.py22 from distutils.unixccompiler import UnixCCompiler
24 UnixCCompiler.src_extensions.append('.S')
25 del UnixCCompiler
/external/python/cpython3/Misc/NEWS.d/
D3.11.0a1.rst1448 Fix clang rpath issue in ``distutils``. The UnixCCompiler now uses
/external/python/cpython3/Misc/
DHISTORY13820 - Issue #7617: Make sure distutils.unixccompiler.UnixCCompiler recognizes gcc