| /freebsd/lib/libmagic/ |
| H A D | Makefile | 64 # For the non-dirdeps build, HOST_CC is CC by default 66 ${HOST_CC:N${CCACHE_BIN}} ${CFLAGS} -DCOMPILE_ONLY ${LDFLAGS} -o ${.TARGET} \
|
| /freebsd/contrib/bc/manuals/ |
| H A D | build.md | 109 to the environment variable `HOSTCC` or `HOST_CC` (the two are equivalent, 120 `HOST_CC` will work in exactly the same way. 123 (The two are equivalent, as `HOSTCC` and `HOST_CC` are.) `HOSTCFLAGS` is 124 prioritized over `HOST_CFLAGS`. If neither are present, `HOSTCC` (or `HOST_CC`) 136 This `bc` supports `CC`, `HOSTCC`, `HOST_CC`, `CFLAGS`, `HOSTCFLAGS`, 158 #### `HOSTCC` or `HOST_CC` 177 Command-line flags that will be passed verbatim to `HOSTCC` or `HOST_CC`. 346 produced by `HOSTCC` (or `HOST_CC`) need to be run under an emulator to work.
|
| /freebsd/contrib/arm-optimized-routines/ |
| H A D | config.mk.dist | 22 HOST_CC = gcc 35 HOST_CC = clang
|
| H A D | Makefile | 14 HOST_CC = cc macro
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | Dir.mk | 92 $(math-host-objs): CC = $(HOST_CC) 165 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ $^ $(HOST_LDLIBS)
|
| /freebsd/bin/csh/ |
| H A D | Makefile | 130 ${HOST_CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \
|
| /freebsd/share/mk/ |
| H A D | sys.mk | 156 HOST_CC ?= ${CC}
|
| /freebsd/contrib/openpam/ |
| H A D | config.guess | 92 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 93 # use `HOST_CC' if defined, but it is deprecated. 110 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 123 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/openbsm/config/ |
| H A D | config.guess | 98 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 99 # use `HOST_CC' if defined, but it is deprecated. 113 case $CC_FOR_BUILD,$HOST_CC,$CC in 125 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | config.guess | 94 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 95 # use `HOST_CC' if defined, but it is deprecated. 109 case $CC_FOR_BUILD,$HOST_CC,$CC in 121 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | config.guess | 94 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 95 # use `HOST_CC' if defined, but it is deprecated. 109 case $CC_FOR_BUILD,$HOST_CC,$CC in 121 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/crypto/heimdal/ |
| H A D | config.guess | 101 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 102 # use `HOST_CC' if defined, but it is deprecated. 116 case $CC_FOR_BUILD,$HOST_CC,$CC in 128 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/dialog/ |
| H A D | config.guess | 92 # 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/contrib/libevent/build-aux/ |
| H A D | config.guess | 92 # 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/contrib/file/ |
| H A D | config.guess | 105 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 106 # use `HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/crypto/openssh/ |
| H A D | config.guess | 105 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 106 # use `HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/ldns/ |
| H A D | config.guess | 105 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 106 # use `HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/ncurses/ |
| H A D | config.guess | 105 # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still 106 # use 'HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/byacc/ |
| H A D | config.guess | 105 # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still 106 # use 'HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/tcpdump/ |
| H A D | config.guess | 105 # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still 106 # use 'HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/libpcap/ |
| H A D | config.guess | 105 # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still 106 # use 'HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | autosetup-config.guess | 105 # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still 106 # use 'HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/contrib/jemalloc/build-aux/ |
| H A D | config.guess | 92 # 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/contrib/unbound/ |
| H A D | config.guess | 105 # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still 106 # use 'HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|
| /freebsd/crypto/krb5/src/config/ |
| H A D | config.guess | 105 # Historically, 'CC_FOR_BUILD' used to be named 'HOST_CC'. We still 106 # use 'HOST_CC' if defined, but it is deprecated. 124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
|