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

/solaris-userland/components/gcc4/
H A DMakefile59 VERSION_NUMBERS = $(subst ., ,$(COMPONENT_VERSION)) macro
60 GCC_VERSION=$(word 1,$(VERSION_NUMBERS)).$(word 2,$(VERSION_NUMBERS))
62 PKG_MACROS += GCC_V=$(word 1,$(VERSION_NUMBERS))$(word 2,$(VERSION_NUMBERS))
/solaris-userland/components/gcc5/
H A DMakefile55 VERSION_NUMBERS = $(subst ., ,$(COMPONENT_VERSION)) macro
56 GCC_VERSION=$(word 1,$(VERSION_NUMBERS)).$(word 2,$(VERSION_NUMBERS))
57 GCC_MAJOR_VERSION=$(word 1,$(VERSION_NUMBERS))

Completed in 15 milliseconds