Searched refs:IS_GCC_ABOVE_MIN_VERSION (Results 1 - 1 of 1) sorted by relevance
/third_party/cJSON/ | ||
H A D | Makefile | 32 IS_GCC_ABOVE_MIN_VERSION := $(shell expr "$(GCC_VERSION)" ">=" "$(MIN_GCC_VERSION)") macro 33 ifeq "$(IS_GCC_ABOVE_MIN_VERSION)" "1" |
Completed in 1 milliseconds