target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
[qemu/ar7.git] / tests / tcg / Makefile.probe
blob9dc654663d67ab31a239c9a092667b657b155b6c
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 # First we need the target makefile which tells us the target architecture
11 -include $(BUILD_DIR)/$(PROBE_TARGET)/config-target.mak
13 # Then we load up the target architecture makefiles which tell us
14 # about the compilers
15 CROSS_CC_GUEST:=
16 DOCKER_IMAGE:=
17 DOCKER_PREREQ:=
19 -include $(SRC_PATH)/tests/tcg/$(TARGET_BASE_ARCH)/Makefile.include
20 -include $(SRC_PATH)/tests/tcg/$(TARGET_NAME)/Makefile.include
22 ifndef CROSS_CC_GUEST
23 ifneq ($(DOCKER_IMAGE),)
24 DOCKER_PREREQ:=docker-image-$(DOCKER_IMAGE)
25 endif
26 endif
28 # Clean-up
29 # undefine TARGET_NAME
30 # undefine TARGET_BASE_ARCH
31 # undefine TARGET_ABI_DIR