Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
DMakefile20 IS_X86_64 := 0 macro
22 IS_X86_64 := $(shell echo __x86_64__ | ${CC} -E -x c - | tail -n 1) macro
24 ifeq (${IS_X86_64}, 1)