提交 b0560965 编写于 作者: B Brian Anderson

Refix the fuzzer make rule

上级 f634eb2b
......@@ -224,8 +224,6 @@ PERF_STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,$(1), \
endef
FUZZ := $(HOST_BIN$(1))/fuzzer$(X)
$(foreach target,$(CFG_TARGET_TRIPLES), \
$(eval $(call SREQ,0,$(target))) \
$(eval $(call SREQ,1,$(target))) \
......@@ -243,6 +241,8 @@ CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
CFG_INFO := $(info cfg: *** stage2 and later will not be built ***)
CFG_INFO := $(info cfg:)
FUZZ := $(HOST_BIN1)/fuzzer$(X)
all: $(SREQ0$(CFG_HOST_TRIPLE)) $(SREQ1$(CFG_HOST_TRIPLE)) \
$(GENERATED) $(DOCS) $(FUZZ)
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册