Lines Matching refs:x86_64
27 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
28 Configs += full-i386 full-x86_64
30 Arch.full-x86_64 := x86_64
34 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
35 Configs += profile-i386 profile-x86_64
37 Arch.profile-x86_64 := x86_64
45 ifeq ($(CompilerTargetArch),x86_64)
46 Configs += asan-x86_64
47 Arch.asan-x86_64 := x86_64
51 ifeq ($(CompilerTargetArch),x86_64)
52 Configs += tsan-x86_64
53 Arch.tsan-x86_64 := x86_64
63 CFLAGS.full-x86_64 := $(CFLAGS) -m64
65 CFLAGS.profile-x86_64 := $(CFLAGS) -m64
67 CFLAGS.asan-x86_64 := $(CFLAGS) -m64 -fPIE -fno-builtin
68 CFLAGS.tsan-x86_64 := $(CFLAGS) -m64 -fPIE -fno-builtin
74 CFLAGS.full-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
76 CFLAGS.profile-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
79 FUNCTIONS.full-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
81 FUNCTIONS.profile-x86_64 := GCDAProfiling
84 FUNCTIONS.asan-x86_64 := $(AsanFunctions) $(InterceptionFunctions) \
86 FUNCTIONS.tsan-x86_64 := $(TsanFunctions) $(InterceptionFunctions) \