Do not build the instruction emulator
authorIan Jackson <ian.jackson@citrix.com>
Thu, 20 Sep 2018 17:10:14 +0000 (18:10 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Mon, 17 Jan 2022 17:39:09 +0000 (18:39 +0100)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
tools/fuzz/Makefile

index 85213dc8959ff7a0018960af3a4817bebe3b9961..6b7970b1316be270cdfcef2dd1c085388c7dc1c9 100644 (file)
@@ -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-%