Only mention non-host triples if they exist.
This commit is contained in:
parent
89dec28a5c
commit
f904453db2
1 changed files with 3 additions and 0 deletions
|
|
@ -63,7 +63,10 @@ CFG_INFO := $(info cfg: make restarts: $(MAKE_RESTARTS))
|
|||
endif
|
||||
|
||||
CFG_INFO := $(info cfg: shell host triple $(CFG_HOST_TRIPLE))
|
||||
|
||||
ifneq ($(wildcard $(NON_HOST_TRIPLES)),)
|
||||
CFG_INFO := $(info cfg: non host triples $(NON_HOST_TRIPLES))
|
||||
endif
|
||||
|
||||
ifdef CFG_DISABLE_OPTIMIZE
|
||||
$(info cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue