Skip to content

Commit faad8c4

Browse files
committed
---
yaml --- r: 5630 b: refs/heads/master c: 86ed905 h: refs/heads/master v: v3
1 parent c57505e commit faad8c4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 196cc6de2e517d4a265990409132e6064e487f4f
2+
refs/heads/master: 86ed9053da624f674a1e2c606191c8430fdbd400

trunk/Makefile.in

+6-2
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,13 @@ CFG_INFO := $(info cfg: *** compiler is in snapshot transition ***)
226226
CFG_INFO := $(info cfg: *** stage2 and later will not be built ***)
227227
CFG_INFO := $(info cfg:)
228228

229-
all: $(SREQ0) $(SREQ1) $(GENERATED) $(DOCS) $(FUZZ)
229+
all: $(SREQ0$(CFG_HOST_TRIPLE)) $(SREQ1$(CFG_HOST_TRIPLE)) $(GENERATED) $(DOCS) $(FUZZ)
230230
else
231-
all: $(SREQ0) $(SREQ1) $(SREQ2) $(SREQ3) $(GENERATED) $(DOCS) $(FUZZ)
231+
232+
ALL_SREQS = $(foreach target,$(CFG_TARGET_TRIPLES), \
233+
$(SREQ0$(target)) $(SREQ1$(target)) $(SREQ2$(target)) $(SREQ3$(target)))
234+
235+
all: $(ALL_SREQS) $(GENERATED) $(DOCS) $(FUZZ)
232236
endif
233237

234238

0 commit comments

Comments
 (0)