diff --git a/tools/tests/x86_emulator/Makefile b/tools/tests/x86_emulator/Makefile index 222c1b11e208..7ce882cb7888 100644 --- a/tools/tests/x86_emulator/Makefile +++ b/tools/tests/x86_emulator/Makefile @@ -268,7 +268,7 @@ install uninstall: ifeq ($(XEN_COMPILE_ARCH),x86_64) run32: $(addsuffix .h,$(TESTCASES)) $(addsuffix -opmask.h,$(OPMASK)) run32 clean32: %32: - $(MAKE) -C 32 $* + $(MAKE) -C 32 HOSTCC=$(HOSTCC) $* clean: clean32 else run32 clean32: %32: %