Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/
Dconfigure9954 if test "${with_build_time_tools+set}" = set; then :
9955 withval=$with_build_time_tools; case x"$withval" in
10018 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10020 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >…
10021 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10022 if test -x $with_build_time_tools/${ncn_progname}; then
10023 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10179 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10181 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >…
10182 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
[all …]
Dconfigure.ac3406 with_build_time_tools=
3410 [with_build_time_tools=])
/toolchain/binutils/binutils-2.27/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
DChangeLog1046 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
1051 with a complete path in either $with_build_time_tools or $exec_prefix.