Searched refs:GCC_FOR_TARGET (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/ |
D | configure | 10292 if test -n "$GCC_FOR_TARGET"; then 10293 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET 10307 if test -n "$GCC_FOR_TARGET"; then 10308 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test. 10328 if test -n "$GCC_FOR_TARGET"; then 10329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5 10330 $as_echo "$GCC_FOR_TARGET" >&6; } 10366 if test -n "$GCC_FOR_TARGET"; then 10367 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test. 10387 if test -n "$GCC_FOR_TARGET"; then [all …]
|
D | Makefile.tpl | 216 GCC_FOR_TARGET="$(GCC_FOR_TARGET)"; export GCC_FOR_TARGET; \ 481 GCC_FOR_TARGET=$(STAGE_CC_WRAPPER) @GCC_FOR_TARGET@
|
D | ChangeLog | 2752 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET, 4730 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find 4735 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine. 7369 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER. 8671 (GCC_FOR_TARGET): Use it. 8753 (GCC_FOR_TARGET): Likewise. 9109 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. 9445 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add 11002 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS 11133 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET [all …]
|
D | configure.ac | 3414 NCN_STRICT_CHECK_TARGET_TOOLS(GCC_FOR_TARGET, gcc, ${CC_FOR_TARGET}) 3446 GCC_TARGET_TOOL(gcc, GCC_FOR_TARGET, , [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
|
/toolchain/binutils/binutils-2.27/config/ |
D | acx.m4 | 272 # Check if the variable GCC_FOR_TARGET really points to a GCC binary. 279 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then 282 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc 328 $1=`$GCC_FOR_TARGET --print-prog-name=$2`
|