| # This Makefile fragment is included multiple times in the main make |
| # script to probe for available compilers. This is used to build up a |
| # selection of required docker targets before we invoke a sub-make for |
| # First we need the target makefile which tells us the target architecture |
| -include $(BUILD_DIR)/$(PROBE_TARGET)/config-target.mak |
| # Then we load up the target architecture makefiles which tell us |
| -include $(SRC_PATH)/tests/tcg/$(TARGET_BASE_ARCH)/Makefile.include |
| -include $(SRC_PATH)/tests/tcg/$(TARGET_NAME)/Makefile.include |
| build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE) |
| # undefine TARGET_BASE_ARCH |
| # undefine TARGET_ABI_DIR |