Build the fuzzer on Windows

This commit is contained in:
Brian Anderson 2011-07-19 20:03:13 -07:00
parent 41212792c6
commit 2cb3a798ab
1 changed files with 1 additions and 6 deletions

View File

@ -171,12 +171,7 @@ STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,stage$(1),stage$(1), \
$$(CFG_RUSTC_FLAGS))
endef
# FIXME: fuzzer only appears to work on unix at the moment.
ifdef CFG_UNIXY
FUZZ := stage1/fuzzer
else
FUZZ :=
endif
FUZZ := stage1/fuzzer$(X)
$(eval $(call SREQ,0))
$(eval $(call SREQ,1))