Searched defs:mte_cc_support (Results 1 – 2 of 2) sorted by relevance
18 mte_cc_support := $(shell if ($(CC) $(CFLAGS) -march=armv8.5-a+memtag -E -x c /dev/null -o /dev/nul… macro23 mte_cc_support := 1 macro
12 mte_cc_support := $(shell if ($(CC) $(CFLAGS) -E -x c /dev/null -o /dev/null 2>&1) then echo "1"; f… macro