Home
last modified time | relevance | path

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

/hypervisor/
A DMakefile9 GCC_MINOR=$(shell echo __GNUC_MINOR__ | $(CC) -E -x c - | tail -n 1) macro
79 ifeq (true, $(shell [ $(GCC_MAJOR) -eq 4 ] && [ $(GCC_MINOR) -ge 9 ] && echo true))
179 ifeq (true, $(shell [ $(GCC_MAJOR) -eq 7 ] && [ $(GCC_MINOR) -ge 3 ] && echo true))

Completed in 10 milliseconds