Searched refs:pauth_cc_support (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/arm64/pauth/
H A DMakefile11 pauth_cc_support := $(shell if ($(CC) $(CFLAGS) -march=armv8.3-a -E -x c /dev/null -o /dev/null 2>&1) then echo "1"; fi) macro
13 ifeq ($(pauth_cc_support),1)
21 ifeq ($(pauth_cc_support),1)

Completed in 120 milliseconds