Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Demxccompiler.py26 from distutils.unixccompiler import UnixCCompiler
31 class EMXCCompiler (UnixCCompiler):
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
161 UnixCCompiler.link(self,
Dcygwinccompiler.py54 from distutils.unixccompiler import UnixCCompiler
82 class CygwinCCompiler (UnixCCompiler):
94 UnixCCompiler.__init__ (self, verbose, dry_run, force)
247 UnixCCompiler.link(self,
Dunixccompiler.py48 class UnixCCompiler(CCompiler): class
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py55 from distutils.unixccompiler import UnixCCompiler
89 class CygwinCCompiler(UnixCCompiler):
102 UnixCCompiler.__init__(self, verbose, dry_run, force)
243 UnixCCompiler.link(self, target_desc, objects, output_filename,
Dunixccompiler.py45 class UnixCCompiler(CCompiler): class
/external/python/cpython3/Lib/distutils/tests/
Dtest_unixccompiler.py7 from distutils.unixccompiler import UnixCCompiler
14 class CompilerWrapper(UnixCCompiler):
/external/python/cpython2/Lib/distutils/tests/
Dtest_unixccompiler.py8 from distutils.unixccompiler import UnixCCompiler
15 class CompilerWrapper(UnixCCompiler):
/external/python/cpython2/Misc/NEWS.d/
D2.7a2.rst156 Make sure distutils.unixccompiler.UnixCCompiler recognizes gcc when it has a
/external/python/cpython2/Doc/distutils/
Dapiref.rst345 default compilers are "traditional Unix interface" (:class:`UnixCCompiler`
352 .. % returns a UnixCCompiler instance. How to document this... hmm.
784 This module provides the :class:`UnixCCompiler` class, a subclass of
846 :class:`UnixCCompiler` that handles the Cygwin port of the GNU C compiler to
859 :class:`UnixCCompiler` that handles the EMX port of the GNU C compiler to OS/2.
/external/python/cpython3/Doc/distutils/
Dapiref.rst355 default compilers are "traditional Unix interface" (:class:`UnixCCompiler`
362 .. % returns a UnixCCompiler instance. How to document this... hmm.
794 This module provides the :class:`UnixCCompiler` class, a subclass of
856 :class:`UnixCCompiler` that handles the Cygwin port of the GNU C compiler to
/external/python/cpython3/Misc/
DHISTORY13820 - Issue #7617: Make sure distutils.unixccompiler.UnixCCompiler recognizes gcc