Searched refs:depcc (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 197 ifelse([$1], CC, [depcc="$CC" am_compiler_list=], 198 [$1], CXX, [depcc="$CXX" am_compiler_list=], 199 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 200 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], 201 [depcc="$$1" am_compiler_list=]) 203 AC_CACHE_CHECK([dependency style of $depcc], 263 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
|
H A D | configure | 3050 depcc="$CC" am_compiler_list= 3052 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3053 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 3115 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 3161 depcc="$CC" am_compiler_list= 3163 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3164 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 3226 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
|