Home
last modified time | relevance | path

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

/external/linux-tools-perf/
DMakefile55 IS_X86_64 := 0 macro
57 IS_X86_64 := $(shell echo __x86_64__ | ${CC} -E -xc - | tail -n 1) macro
59 ifeq (${IS_X86_64}, 1)