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

/illumos-gate/usr/src/
H A DMakefile248 __COMPILER=`$($(MACH)_CC) -_compiler 2>/dev/null || $(TRUE)`;\
249 if [ -z "$$__COMPILER" ]; then \
255 $(ECHO) $$__COMPILER; \
267 __COMPILER=`$($(MACH64)_CC) -_compiler 2>/dev/null || $(TRUE)`;\
268 if [ -z "$$__COMPILER" ]; then \
274 $(ECHO) $$__COMPILER; \

Completed in 205 milliseconds