Home
last modified time | relevance | path

Searched refs:set_executables (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dcygwinccompiler.py132 self.set_executables(compiler='gcc -mcygwin -O -Wall',
327 self.set_executables(compiler='gcc%s -O -Wall' % no_cygwin,
Demxccompiler.py66 self.set_executables(compiler='gcc -Zomf -Zmt -O3 -fomit-frame-pointer -mprobe -Wall',
Dsysconfig.py213 compiler.set_executables(
Dccompiler.py129 def set_executables(self, **args): member in CCompiler
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py68 def set_executables(self, **kw): member in CCompilerTestCase.test_customize_compiler.compiler
/external/python/cpython2/Misc/
DBeOS-setup.py122 self.compiler.set_executables(**args)
/external/python/cpython2/
Dsetup.py265 self.compiler.set_executables(**args)
/external/python/cpython2/Doc/distutils/
Dapiref.rst529 .. method:: CCompiler.set_executables(**args)