Searched refs:depcc (Results 1 – 2 of 2) sorted by relevance
/hal_xtensa-3.7.0/ |
D | configure | 3405 depcc="$CC" am_compiler_list= 3407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 3408 $as_echo_n "checking dependency style of $depcc... " >&6; } 3437 case " $depcc " in #( 3490 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 3540 depcc="$CCAS" am_compiler_list= 3542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 3543 $as_echo_n "checking dependency style of $depcc... " >&6; } 3623 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 4436 depcc="$CC" am_compiler_list= [all …]
|
D | aclocal.m4 | 254 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], 255 [$1], [CXX], [depcc="$CXX" am_compiler_list=], 256 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 257 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], 258 [$1], [UPC], [depcc="$UPC" am_compiler_list=], 259 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], 260 [depcc="$$1" am_compiler_list=]) 262 AC_CACHE_CHECK([dependency style of $depcc], 290 [case " $depcc " in #( 294 [case " $depcc " in #( [all …]
|