Lines Matching refs:HOSTCC
225 printf ' HOSTCC Host C compiler. Must be compatible with POSIX c99. If there is\n'
230 printf ' HOST_CC Same as HOSTCC. If HOSTCC also exists, it is used.\n'
232 printf ' HOSTCFLAGS CFLAGS for HOSTCC. Default is "$CFLAGS".\n'
280 printf ' "$HOSTCC" and run on the host machine. Using `gen/strgen.sh`\n'
1183 if [ -z "$HOSTCC" ] && [ -z "$HOST_CC" ]; then
1184 HOSTCC="$CC"
1185 elif [ -z "$HOSTCC" ]; then
1186 HOSTCC="$HOST_CC"
1189 if [ "$HOSTCC" != "$CC" ]; then
1191 # Like above, this splits HOSTCC and HOSTCFLAGS.
1192 ccbase=$(basename "$HOSTCC")
1199 ccdir=$(dirname "$HOSTCC")
1200 if [ "$ccdir" = "." ] && [ "${HOSTCC#.}" = "$HOSTCC" ]; then
1205 HOSTCC="${ccdir}${cc}"
1591 if [ "$HOSTCC" != "$CC" ] || [ "$OLDHOSTCFLAGS" != "$OLDCFLAGS" ]; then
1797 GEN_EXEC_TARGET="\$(HOSTCC) -DBC_ENABLE_AFL=0 -DBC_ENABLE_OSSFUZZ=0 -I$scriptdir/include/ \$(HOSTCFLAGS) -o \$(GEN_EXEC) \$(GEN_C)"
1958 printf 'HOSTCC=%s\n' "$HOSTCC"
2101 contents=$(replace "$contents" "HOSTCC" "$HOSTCC")