Searched refs:compiler_type (Results 1 – 9 of 9) sorted by relevance
84 compiler_type = 'cygwin' variable in CygwinCCompiler108 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %299 compiler_type = 'mingw32' variable in Mingw32CCompiler
33 compiler_type = 'emx' variable in EMXCCompiler60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
109 compiler_type = 'unix' variable in UnixCCompiler
29 if compiler.compiler_type == "unix":95 compiler_type = None variable in CCompiler
30 compiler_type = 'bcpp' variable in BCPPCompiler
151 if compiler.compiler_type == "unix":
208 compiler_type = 'msvc' variable in MSVCCompiler
313 compiler_type = 'msvc' variable in MSVCCompiler
68 compiler_type = 'unix' variable in CCompilerTestCase.test_customize_compiler.compiler