Lines Matching defs:DESTCPU
902 DESTCPU ?= x64
905 DESTCPU ?= x64
908 DESTCPU ?= ppc64
911 DESTCPU ?= ppc
914 DESTCPU ?= s390x
917 DESTCPU ?= s390
920 DESTCPU ?= s390x
923 DESTCPU ?= arm64
926 DESTCPU ?= arm
929 DESTCPU ?= arm64
932 DESTCPU ?= ppc64
935 DESTCPU ?= riscv64
937 DESTCPU ?= x86
950 ifeq ($(DESTCPU),x64)
953 ifeq ($(DESTCPU),arm)
956 ifeq ($(DESTCPU),arm64)
959 ifeq ($(DESTCPU),ppc64)
962 ifeq ($(DESTCPU),ppc)
965 ifeq ($(DESTCPU),s390)
968 ifeq ($(DESTCPU),s390x)
971 ifeq ($(DESTCPU),riscv64)
985 # pass the proper v8 arch name to $V8_ARCH based on user-specified $DESTCPU.
986 ifeq ($(DESTCPU),x86)
989 V8_ARCH ?= $(DESTCPU)
997 ifeq ($(DESTCPU),ia32)
998 override DESTCPU=x86
1240 --dest-cpu=$(DESTCPU) \
1274 --dest-cpu=$(DESTCPU) \