Skip to content

Commit f904453

Browse files
committed
Only mention non-host triples if they exist.
1 parent 89dec28 commit f904453

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ CFG_INFO := $(info cfg: make restarts: $(MAKE_RESTARTS))
6363
endif
6464

6565
CFG_INFO := $(info cfg: shell host triple $(CFG_HOST_TRIPLE))
66+
67+
ifneq ($(wildcard $(NON_HOST_TRIPLES)),)
6668
CFG_INFO := $(info cfg: non host triples $(NON_HOST_TRIPLES))
69+
endif
6770

6871
ifdef CFG_DISABLE_OPTIMIZE
6972
$(info cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE))

0 commit comments

Comments
 (0)