Home
last modified time | relevance | path

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

/external/coreboot/util/xcompile/
Dxcompile50 program_exists() { function
61 if program_exists "${XGCCPATH}/nasm" ; then
63 elif program_exists nasm; then
67 if program_exists "${XGCCPATH}/gcc"; then
69 elif program_exists gcc; then
71 elif program_exists cc; then
81 if program_exists "${XGCCPATH}/g++"; then
83 elif program_exists g++; then
85 elif program_exists c++; then
465 program_exists "${gccprefix}as" || continue