Home
last modified time | relevance | path

Searched refs:found_gcc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/
Dconfigure.ac616 found_gcc=
623 if test -z "${found_gcc}"; then
624 found_gcc="${as_dir}/gcc"
635 if test -n "$found_gcc" -a -n "$found_clang"
637 if test -n "`"$found_gcc" --version | grep llvm-gcc`"
645 elif test -z "$found_gcc" -a -n "$found_clang"
651 elif test -z "$found_gcc" -a -z "$found_clang"
Dconfigure3533 found_gcc=
3540 if test -z "${found_gcc}"; then
3541 found_gcc="${as_dir}/gcc"
3552 if test -n "$found_gcc" -a -n "$found_clang"
3554 if test -n "`"$found_gcc" --version | grep llvm-gcc`"
3563 elif test -z "$found_gcc" -a -n "$found_clang"
3570 elif test -z "$found_gcc" -a -z "$found_clang"