Lines Matching refs:x86_64
24 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
41 SupportedArches += x86_64
44 SupportedArches := x86_64
58 ifeq ($(call contains,$(SupportedArches),x86_64),true)
59 Configs += builtins-x86_64 profile-x86_64
60 Arch.builtins-x86_64 := x86_64
61 Arch.profile-x86_64 := x86_64
73 CFLAGS.builtins-x86_64 := $(CFLAGS) -m64
75 CFLAGS.profile-x86_64 := $(CFLAGS) -m64
78 FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
83 FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)