HomeSort by relevance Sort by last modified time
    Searched refs:cc_args (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 298 def compiler_fixup(compiler_so, cc_args):
316 stripArch = '-arch' in cc_args
317 stripSysroot = '-isysroot' in cc_args
346 if '-isysroot' in cc_args:
347 idx = cc_args.index('-isysroot')
348 sysroot = cc_args[idx+1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 298 def compiler_fixup(compiler_so, cc_args):
316 stripArch = '-arch' in cc_args
317 stripSysroot = '-isysroot' in cc_args
346 if '-isysroot' in cc_args:
347 idx = cc_args.index('-isysroot')
348 sysroot = cc_args[idx+1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 113 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
117 cc_args + extra_postargs)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
ccompiler.py 369 cc_args = pp_opts + ['-c']
371 cc_args[:0] = ['-g']
373 cc_args[:0] = before
374 return cc_args
567 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
cygwinccompiler.py 178 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
187 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 113 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
117 cc_args + extra_postargs)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
emxccompiler.py 77 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
86 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +
ccompiler.py 369 cc_args = pp_opts + ['-c']
371 cc_args[:0] = ['-g']
373 cc_args[:0] = before
374 return cc_args
567 cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
    [all...]
cygwinccompiler.py 178 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
187 self.spawn(self.compiler_so + cc_args + [src, '-o', obj] +

Completed in 307 milliseconds