Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:_CC

258 	for _CC in $_COMPILERS; do
259 _CC=$(_which "$HOSTCC$_CC")
260 if [ -x "$_CC" ]; then
261 CC=$_CC
267 for _CC in $_COMPILERS; do
268 _CC=$(_which "$_CC")
269 if [ -x "$_CC" ]; then
270 CC=$_CC
440 _CC=false
442 [ -x _test ] && _CC=true
445 if ! $_CC; then