Searched refs:UnixCCompiler (Results 1 – 6 of 6) sorted by relevance
54 from distutils.unixccompiler import UnixCCompiler87 class CygwinCCompiler(UnixCCompiler):100 UnixCCompiler.__init__(self, verbose, dry_run, force)241 UnixCCompiler.link(self, target_desc, objects, output_filename,
45 class UnixCCompiler(CCompiler): class
8 from distutils.unixccompiler import UnixCCompiler16 class CompilerWrapper(UnixCCompiler):
370 default compilers are "traditional Unix interface" (:class:`UnixCCompiler`377 .. % returns a UnixCCompiler instance. How to document this... hmm.809 This module provides the :class:`UnixCCompiler` class, a subclass of871 :class:`UnixCCompiler` that handles the Cygwin port of the GNU C compiler to
571 Fix clang rpath issue in :mod:`distutils`. The UnixCCompiler now uses
13820 - Issue #7617: Make sure distutils.unixccompiler.UnixCCompiler recognizes gcc