Home
last modified time | relevance | path

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

/external/fio/
Dconfigure88 compile_prog() { function
361 if compile_prog "" "" "cross"; then
379 if compile_prog "" "" "endian"; then
394 compile_prog "" "" "endian" && bigendian="yes"
429 if compile_prog "-DWORDSIZE=32" "" "wordsize"; then
431 elif compile_prog "-DWORDSIZE=64" "" "wordsize"; then
451 if compile_prog "" "-lz" "zlib" ; then
469 if compile_prog "" "-laio" "libaio" ; then
493 if compile_prog "" "" "posixaio" ; then
495 elif compile_prog "" "-lrt" "posixaio"; then
[all …]