Searched refs:HOST_CC (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/bc/
H A Dconfigure178 printf ' HOST_CC Same as HOSTCC. If HOSTCC also exists, it is used.\n'
689 if [ -z "$HOSTCC" ] && [ -z "$HOST_CC" ]; then
692 HOSTCC="$HOST_CC"
H A Dconfigure.sh178 printf ' HOST_CC Same as HOSTCC. If HOSTCC also exists, it is used.\n'
689 if [ -z "$HOSTCC" ] && [ -z "$HOST_CC" ]; then
692 HOSTCC="$HOST_CC"
/freebsd-12-stable/share/mk/
H A Dbsd.compiler.mk84 .for var in CC CXX HOST_CC HOST_CXX
/freebsd-12-stable/contrib/unbound/
H A Dconfig.guess92 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
93 # use `HOST_CC' if defined, but it is deprecated.
111 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
124 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
/freebsd-12-stable/contrib/file/
H A Dconfig.guess92 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
93 # use `HOST_CC' if defined, but it is deprecated.
109 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
122 ,*,*) CC_FOR_BUILD=$HOST_CC ;;

Completed in 125 milliseconds