File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -312,13 +312,23 @@ check-stage$(1)-T-$(2)-H-$(3)-crates-exec: \
312
312
313
313
endif
314
314
315
+ # Issue #13983: rustdoc wants rpath for host and target at same time.
316
+ # This is not generally compatible with stage1, so skip it.
317
+ ifeq ($(1 ) ,1)
318
+ check-stage$(1 ) -T-$(2 ) -H-$(3 ) -doc-crates-exec :
319
+ echo skipping $@ when running in stage$(1 )
320
+
321
+ check-stage$(1 ) -T-$(2 ) -H-$(3 ) -doc-exec :
322
+ echo skipping $@ when running in stage$(1 )
323
+ else
315
324
check-stage$(1 ) -T-$(2 ) -H-$(3 ) -doc-crates-exec : \
316
325
$$(foreach crate,$$(TEST_DOC_CRATES), \
317
326
check-stage$(1)-T-$(2)-H-$(3)-doc-crate-$$(crate)-exec)
318
327
319
328
check-stage$(1 ) -T-$(2 ) -H-$(3 ) -doc-exec : \
320
329
$$(foreach docname,$$(DOCS), \
321
330
check-stage$(1)-T-$(2)-H-$(3)-doc-$$(docname)-exec)
331
+ endif
322
332
323
333
check-stage$(1 ) -T-$(2 ) -H-$(3 ) -pretty-exec: \
324
334
check-stage$(1 ) -T-$(2 ) -H-$(3 ) -pretty-rpass-exec \
You can’t perform that action at this time.
0 commit comments