Lines Matching refs:HOSTCC
86 to the environment variable `HOSTCC` or `HOST_CC` (the two are equivalent,
87 though `HOSTCC` is prioritized). This is in order to bootstrap core file(s), if
92 HOSTCC="/path/to/native/compiler" ./configure.sh
99 `HOSTCFLAGS` and `HOST_CFLAGS` can be used to set compiler flags for `HOSTCC`.
100 (The two are equivalent, as `HOSTCC` and `HOST_CC` are.) `HOSTCFLAGS` is
101 prioritized over `HOST_CFLAGS`. If neither are present, `HOSTCC` (or `HOST_CC`)
104 It is expected that `CC` produces code for the target system and `HOSTCC`
115 This `bc` supports `CC`, `HOSTCC`, `HOST_CC`, `CFLAGS`, `HOSTCFLAGS`,
137 ### `HOSTCC` or `HOST_CC`
156 Command-line flags that will be passed verbatim to `HOSTCC` or `HOST_CC`.
163 both compilers (`CC` and `HOSTCC`); they are supported just for legacy reasons.
170 compilers (`CC` and `HOSTCC`); they are supported just for legacy reasons.
177 `HOSTCC`); they are supported just for legacy reasons and for cross compiling
302 `gen/strgen.c` is used, compiled by `$HOSTCC` and run on the host machine. Using
321 produced by `HOSTCC` (or `HOST_CC`) need to be run under an emulator to work.