summaryrefslogtreecommitdiffstats
path: root/tests/tcg/ppc64/Makefile.target
blob: 0c6a4585fc3a8359e9a2da1867999aad16744f1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- Mode: makefile -*-
#
# ppc64 specific tweaks

VPATH += $(SRC_PATH)/tests/tcg/ppc64
VPATH += $(SRC_PATH)/tests/tcg/ppc64le

ifneq ($(DOCKER_IMAGE)$(CROSS_CC_HAS_POWER8_VECTOR),)
PPC64_TESTS=bcdsub
endif
bcdsub: CFLAGS += -mpower8-vector

TESTS += $(PPC64_TESTS)