projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff18f7c
)
Do not build the instruction emulator
author
Ian Jackson
<ian.jackson@citrix.com>
Thu, 20 Sep 2018 17:10:14 +0000
(18:10 +0100)
committer
Hans van Kranenburg
<hans@knorrie.org>
Mon, 9 May 2022 20:30:57 +0000
(22:30 +0200)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
tools/fuzz/Makefile
patch
|
blob
|
history
diff --git
a/tools/fuzz/Makefile
b/tools/fuzz/Makefile
index 85213dc8959ff7a0018960af3a4817bebe3b9961..6b7970b1316be270cdfcef2dd1c085388c7dc1c9 100644
(file)
--- 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-%