Searched refs:UnixCCompiler (Results 1 – 6 of 6) sorted by relevance
52 from distutils.unixccompiler import UnixCCompiler83 class CygwinCCompiler(UnixCCompiler):96 UnixCCompiler.__init__(self, verbose, dry_run, force)
38 class UnixCCompiler(CCompiler): class
22 from distutils.unixccompiler import UnixCCompiler24 UnixCCompiler.src_extensions.append(".S")25 del UnixCCompiler
22 from distutils.unixccompiler import UnixCCompiler24 UnixCCompiler.src_extensions.append('.S')25 del UnixCCompiler
1448 Fix clang rpath issue in ``distutils``. The UnixCCompiler now uses
13820 - Issue #7617: Make sure distutils.unixccompiler.UnixCCompiler recognizes gcc