Home
last modified time | relevance | path

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

/external/e2fsprogs/
Dconfigure.ac1342 [AC_PATH_PROG(gcc_ranlib, gcc-ranlib,,)],
1344 if test -x "$gcc_ar" && test -x "$gcc_ranlib"; then
1347 RANLIB="${gcc_ranlib}"
Dconfigure14017 case $gcc_ranlib in
14019 ac_cv_path_gcc_ranlib="$gcc_ranlib" # Let the user override the test with a path.
14040 gcc_ranlib=$ac_cv_path_gcc_ranlib
14041 if test -n "$gcc_ranlib"; then
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_ranlib" >&5
14043 $as_echo "$gcc_ranlib" >&6; }
14056 if test -x "$gcc_ar" && test -x "$gcc_ranlib"; then
14059 RANLIB="${gcc_ranlib}"