Home
last modified time | relevance | path

Searched refs:cc_args (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dunixccompiler.py44 def _darwin_compiler_fixup(compiler_so, cc_args): argument
64 stripArch = '-arch' in cc_args
65 stripSysroot = '-isysroot' in cc_args
93 if '-isysroot' in cc_args:
94 idx = cc_args.index('-isysroot')
95 sysroot = cc_args[idx+1]
172 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
175 compiler_so = _darwin_compiler_fixup(compiler_so, cc_args + extra_postargs)
177 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
Dccompiler.py419 cc_args = pp_opts + ['-c']
421 cc_args[:0] = ['-g']
423 cc_args[:0] = before
424 return cc_args
617 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
624 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
629 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
Demxccompiler.py77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
Dcygwinccompiler.py154 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): argument
163 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +