Skip to content

Commit 7c1097c

Browse files
ericktbrson
authored andcommitted
---
yaml --- r: 3091 b: refs/heads/master c: 29e14a0 h: refs/heads/master i: 3089: 488226d 3087: 3003c2d v: v3
1 parent a068f8a commit 7c1097c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ac743cfcb022b3d0b6bb6b382eaa5b9d9d8fd98c
2+
refs/heads/master: 29e14a0f818b0e51d67945d199eb963e6e0f8771

trunk/mk/fuzzer.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stage2/fuzzer.o: $(FUZZER_CRATE) $(FUZZER_INPUTS) $(SREQ1) \
1212

1313
stage2/fuzzer$(X): stage2/fuzzer.o $(SREQ1)
1414
@$(call E, link [gcc]: $@)
15-
$(Q)gcc $(CFG_GCC_CFLAGS) stage2/glue.o -o $@ $< \
15+
$(Q)gcc $(CFG_GCC_CFLAGS) rt/main.o stage2/glue.o -o $@ $< \
1616
-Lstage2 -Lrustllvm -Lrt -lrustrt -lrustllvm -lstd -lm -lrustc
1717
@# dsymutil sometimes fails or prints a warning, but the
1818
@# program still runs. Since it simplifies debugging other

0 commit comments

Comments
 (0)