Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dcygwinccompiler.py54 from distutils.unixccompiler import UnixCCompiler
87 class CygwinCCompiler(UnixCCompiler):
100 UnixCCompiler.__init__(self, verbose, dry_run, force)
241 UnixCCompiler.link(self, target_desc, objects, output_filename,
Dunixccompiler.py45 class UnixCCompiler(CCompiler): class
/third_party/python/Lib/distutils/tests/
Dtest_unixccompiler.py8 from distutils.unixccompiler import UnixCCompiler
16 class CompilerWrapper(UnixCCompiler):
/third_party/python/Doc/distutils/
Dapiref.rst370 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 of
871 :class:`UnixCCompiler` that handles the Cygwin port of the GNU C compiler to
/third_party/python/Misc/NEWS.d/
D3.10.1.rst571 Fix clang rpath issue in :mod:`distutils`. The UnixCCompiler now uses
/third_party/python/Misc/
DHISTORY13820 - Issue #7617: Make sure distutils.unixccompiler.UnixCCompiler recognizes gcc