osdep: protect qemu/osdep.h with extern "C"
[qemu/ar7.git] / tests / tcg / ppc64le / Makefile.target
blob1acfcff94ac27e349508f9f52d9328c0844a25cf
1 # -*- Mode: makefile -*-
3 # ppc64le specific tweaks
5 VPATH += $(SRC_PATH)/tests/tcg/ppc64le
7 ifneq ($(DOCKER_IMAGE)$(CROSS_CC_HAS_POWER8_VECTOR),)
8 PPC64LE_TESTS=bcdsub
9 endif
10 bcdsub: CFLAGS += -mpower8-vector
12 TESTS += $(PPC64LE_TESTS)