From fa691cd87cab1b2c6db45e4e42fd96c88a288290 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 20 Sep 2018 18:10:14 +0100 Subject: [PATCH] Do not build the instruction emulator Signed-off-by: Ian Jackson --- tools/fuzz/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/fuzz/Makefile b/tools/fuzz/Makefile index 85213dc895..6b7970b131 100644 --- a/tools/fuzz/Makefile +++ b/tools/fuzz/Makefile @@ -3,7 +3,10 @@ include $(XEN_ROOT)/tools/Rules.mk SUBDIRS-y := SUBDIRS-y += libelf -SUBDIRS-y += x86_instruction_emulator + +#SUBDIRS-y += x86_instruction_emulator +# This does not compile with Debian's userland compile options, +# which include fortify etc. .PHONY: all clean distclean install uninstall all clean distclean install uninstall: %: subdirs-% -- 2.30.2