Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/
Dconfigure9991 if test "${with_build_time_tools+set}" = set; then :
9992 withval=$with_build_time_tools; case x"$withval" in
10055 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10057 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >…
10058 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10059 if test -x $with_build_time_tools/${ncn_progname}; then
10060 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10216 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10218 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >…
10219 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
[all …]
Dconfigure.ac3216 with_build_time_tools=
3220 [with_build_time_tools=])
/toolchain/binutils/binutils-2.25/config/
Dacx.m4181 if test -z "$ac_cv_prog_$1" && test -n "$with_build_time_tools"; then
183 AC_MSG_CHECKING([for ${ncn_progname} in $with_build_time_tools])
184 if test -x $with_build_time_tools/${ncn_progname}; then
185 ac_cv_prog_$1=$with_build_time_tools/${ncn_progname}
318 if test -n "$with_build_time_tools"; then
319 AC_MSG_CHECKING([for $2 in $with_build_time_tools])
320 if test -x $with_build_time_tools/$2; then
321 $1=`cd $with_build_time_tools && pwd`/$2
DChangeLog900 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
905 with a complete path in either $with_build_time_tools or $exec_prefix.