Searched refs:ac_sys_system (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/
H A Dconfigure3238 # ac_sys_system and ac_sys_release are only used for setting
3243 ac_sys_system=Linux
3246 ac_sys_system=Cygwin
3255 ac_sys_system=`uname -s`
3256 if test "$ac_sys_system" = "AIX" \
3257 -o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then
3263 ac_md_system=`echo $ac_sys_system |
3311 case $ac_sys_system/$ac_sys_release in
3485 case $ac_sys_system i
[all...]
/external/python/cpython3/
H A Dconfigure3246 # ac_sys_system and ac_sys_release are used for setting
3251 ac_sys_system=Linux-android
3254 ac_sys_system=Linux
3257 ac_sys_system=Cygwin
3266 ac_sys_system=`uname -s`
3267 if test "$ac_sys_system" = "AIX" \
3268 -o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then
3274 ac_md_system=`echo $ac_sys_system |
3321 case $ac_sys_system/
[all...]

Completed in 72 milliseconds