Searched refs:compile_prog (Results 1 – 1 of 1) sorted by relevance
88 compile_prog() { function361 if compile_prog "" "" "cross"; then379 if compile_prog "" "" "endian"; then394 compile_prog "" "" "endian" && bigendian="yes"429 if compile_prog "-DWORDSIZE=32" "" "wordsize"; then431 elif compile_prog "-DWORDSIZE=64" "" "wordsize"; then451 if compile_prog "" "-lz" "zlib" ; then469 if compile_prog "" "-laio" "libaio" ; then493 if compile_prog "" "" "posixaio" ; then495 elif compile_prog "" "-lrt" "posixaio"; then[all …]