Home
last modified time | relevance | path

Searched refs:CC_VERSION (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lib9p/
H A DGNUmakefile1 CC_VERSION := $(shell $(CC) --version | \ macro
3 ifeq ($(CC_VERSION),)
5 CC_VERSION := 0 macro
13 ifeq ($(shell test $(CC_VERSION) -gt 0; echo $$?),0)
23 ifeq ($(shell test $(CC_VERSION) -gt 600; echo $$?),0)