Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching defs:ARCH

40 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
49 # Additional ARCH settings for x86
50 ifeq ($(ARCH),i386)
51 ARCH := x86
53 ifeq ($(ARCH),x86_64)
54 ARCH := x86
62 ARCH_INCLUDE = ../../arch/x86/lib/memcpy_64.S
167 BASIC_CFLAGS = -Iutil/include -Iarch/$(ARCH)/include
414 -include arch/$(ARCH)/Makefile
436 msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled);