Searched refs:program_exists (Results 1 – 1 of 1) sorted by relevance
50 program_exists() { function61 if program_exists "${XGCCPATH}/nasm" ; then63 elif program_exists nasm; then67 if program_exists "${XGCCPATH}/gcc"; then69 elif program_exists gcc; then71 elif program_exists cc; then81 if program_exists "${XGCCPATH}/g++"; then83 elif program_exists g++; then85 elif program_exists c++; then465 program_exists "${gccprefix}as" || continue