Home
last modified time | relevance | path

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

/iperf/examples/
H A DMakefile.in238 OTOOL64 = @OTOOL64@
/iperf/
H A DMakefile.in266 OTOOL64 = @OTOOL64@
H A Dconfigure8092 if test -n "$OTOOL64"; then
8093 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8116 OTOOL64=$ac_cv_prog_OTOOL64
8117 if test -n "$OTOOL64"; then
8119 printf "%s\n" "$OTOOL64" >&6; }
8128 ac_ct_OTOOL64=$OTOOL64
8171 OTOOL64=":"
8179 OTOOL64=$ac_ct_OTOOL64
8182 OTOOL64="$ac_cv_prog_OTOOL64"
15857 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
[all …]
H A Daclocal.m41001 AC_CHECK_TOOL([OTOOL64], [otool64], [:])
1010 _LT_DECL([], [OTOOL64], [1],
/iperf/src/
H A DMakefile.in564 OTOOL64 = @OTOOL64@
/iperf/config/
H A Dltmain.sh8796 … darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`