replay: don't synchronize memory operations in replay mode
[qemu/ar7.git] / tests / tcg / Makefile.prereqs
blob7494b31b952ce957ba2529ef1cb7a33670381297
1 # -*- Mode: makefile -*-
3 # TCG Compiler Probe
5 # This Makefile fragment is included multiple times in the main make
6 # script to probe for available compilers. This is used to build up a
7 # selection of required docker targets before we invoke a sub-make for
8 # each target.
10 DOCKER_IMAGE:=
12 -include $(BUILD_DIR)/tests/tcg/config-$(PROBE_TARGET).mak
14 ifneq ($(DOCKER_IMAGE),)
15 build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE)
16 $(BUILD_DIR)/tests/tcg/config_$(PROBE_TARGET).mak: config-host.mak
17 config-host.mak: $(SRC_PATH)/tests/tcg/configure.sh
18 endif