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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
sysconfig.py 152 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext) = \
154 'CCSHARED', 'LDSHARED', 'SO')
180 compiler_so=cc_cmd + ' ' + ccshared,
ccompiler.py 30 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
32 'CCSHARED', 'LDSHARED', 'SO', 'AR',
65 compiler_so=cc_cmd + ' ' + ccshared,
    [all...]
  /external/python/cpython2/Lib/distutils/
sysconfig.py 174 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
176 'CCSHARED', 'LDSHARED', 'SO', 'AR',
216 compiler_so=cc_cmd + ' ' + ccshared,
  /external/python/cpython3/Lib/distutils/
sysconfig.py 176 (cc, cxx, opt, cflags, ccshared, ldshared, shlib_suffix, ar, ar_flags) = \
178 'CCSHARED', 'LDSHARED', 'SHLIB_SUFFIX', 'AR', 'ARFLAGS')
217 compiler_so=cc_cmd + ' ' + ccshared,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 185 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
187 'CCSHARED', 'LDSHARED', 'SO', 'AR',
221 compiler_so=cc_cmd + ' ' + ccshared,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
sysconfig.py 185 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
187 'CCSHARED', 'LDSHARED', 'SO', 'AR',
221 compiler_so=cc_cmd + ' ' + ccshared,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 185 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
187 'CCSHARED', 'LDSHARED', 'SO', 'AR',
221 compiler_so=cc_cmd + ' ' + ccshared,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 185 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
187 'CCSHARED', 'LDSHARED', 'SO', 'AR',
221 compiler_so=cc_cmd + ' ' + ccshared,
  /external/python/cpython2/
setup.py 263 (ccshared,cflags) = sysconfig.get_config_vars('CCSHARED','CFLAGS')
264 args['compiler_so'] = compiler + ' ' + ccshared + ' ' + cflags
    [all...]
  /external/python/cpython3/
setup.py 265 (ccshared,cflags) = sysconfig.get_config_vars('CCSHARED','CFLAGS')
266 args['compiler_so'] = compiler + ' ' + ccshared + ' ' + cflags
    [all...]

Completed in 442 milliseconds