Home
last modified time | relevance | path

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

/hypervisor/
A DMakefile8 GCC_MAJOR=$(shell echo __GNUC__ | $(CC) -E -x c - | tail -n 1) macro
76 ifeq (true, $(shell [ $(GCC_MAJOR) -gt 4 ] && echo true))
79 ifeq (true, $(shell [ $(GCC_MAJOR) -eq 4 ] && [ $(GCC_MINOR) -ge 9 ] && echo true))
93 ifeq (true, $(shell [ $(GCC_MAJOR) -gt 8 ] && echo true))
179 ifeq (true, $(shell [ $(GCC_MAJOR) -eq 7 ] && [ $(GCC_MINOR) -ge 3 ] && echo true))
184 ifeq (true, $(shell [ $(GCC_MAJOR) -ge 8 ] && echo true))

Completed in 3 milliseconds