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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cygwinccompiler.py 134 compiler_cxx='g++ -mcygwin -O -Wall',
324 compiler_cxx='g++ -mno-cygwin -O -Wall',
unixccompiler.py 120 'compiler_cxx' : ["cc"],
239 if target_lang == "c++" and self.compiler_cxx:
251 linker[i] = self.compiler_cxx[i]
sysconfig.py 181 compiler_cxx=cxx,
ccompiler.py 66 compiler_cxx=cxx,
    [all...]
  /external/python/cpython2/Lib/distutils/
cygwinccompiler.py 134 compiler_cxx='g++ -mcygwin -O -Wall',
329 compiler_cxx='g++%s -O -Wall' % no_cygwin,
unixccompiler.py 61 'compiler_cxx' : ["cc"],
183 if target_lang == "c++" and self.compiler_cxx:
195 linker[i] = self.compiler_cxx[i]
sysconfig.py 217 compiler_cxx=cxx,
  /external/python/cpython3/Lib/distutils/
cygwinccompiler.py 142 compiler_cxx='g++ -mcygwin -O -Wall',
304 compiler_cxx='g++ -O -Wall',
unixccompiler.py 58 'compiler_cxx' : ["cc"],
180 if target_lang == "c++" and self.compiler_cxx:
191 linker[i] = self.compiler_cxx[i]
sysconfig.py 218 compiler_cxx=cxx,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cygwinccompiler.py 158 compiler_cxx='g++ -mcygwin -O -Wall',
356 compiler_cxx='g++ -mno-cygwin -O -Wall',
unixccompiler.py 61 'compiler_cxx' : ["cc"],
191 if target_lang == "c++" and self.compiler_cxx:
203 linker[i] = self.compiler_cxx[i]
sysconfig.py 222 compiler_cxx=cxx,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cygwinccompiler.py 158 compiler_cxx='g++ -mcygwin -O -Wall',
356 compiler_cxx='g++ -mno-cygwin -O -Wall',
unixccompiler.py 61 'compiler_cxx' : ["cc"],
191 if target_lang == "c++" and self.compiler_cxx:
203 linker[i] = self.compiler_cxx[i]
sysconfig.py 222 compiler_cxx=cxx,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 158 compiler_cxx='g++ -mcygwin -O -Wall',
356 compiler_cxx='g++ -mno-cygwin -O -Wall',
unixccompiler.py 61 'compiler_cxx' : ["cc"],
181 if target_lang == "c++" and self.compiler_cxx:
193 linker[i] = self.compiler_cxx[i]
sysconfig.py 222 compiler_cxx=cxx,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 158 compiler_cxx='g++ -mcygwin -O -Wall',
356 compiler_cxx='g++ -mno-cygwin -O -Wall',
unixccompiler.py 61 'compiler_cxx' : ["cc"],
181 if target_lang == "c++" and self.compiler_cxx:
193 linker[i] = self.compiler_cxx[i]
sysconfig.py 222 compiler_cxx=cxx,

Completed in 811 milliseconds