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

/solaris-userland/components/stdcxx/
H A DMakefile48 SUNPRO_VERSION := $(shell $(CXX) -V 2>&1 | head -n1 \ macro
50 SUNPRO_MAJOR_VERSION := $(shell echo $(SUNPRO_VERSION) | cut -f1 -d'.')
51 SUNPRO_MINOR_VERSION := $(shell echo $(SUNPRO_VERSION) | cut -f2 -d'.')

Completed in 12 milliseconds